|
@@ -17,6 +17,13 @@
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
+ aliases {
|
|
|
|
+ ethernet0 = ð0;
|
|
|
|
+ ethernet1 = ð1;
|
|
|
|
+ serial0 = &scc1;
|
|
|
|
+ serial1 = &scc4;
|
|
|
|
+ };
|
|
|
|
+
|
|
cpus {
|
|
cpus {
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#size-cells = <0>;
|
|
@@ -46,13 +53,13 @@
|
|
#size-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <0xf0010100 0x40>;
|
|
reg = <0xf0010100 0x40>;
|
|
|
|
|
|
- ranges = <0x0 0x0 0xfe000000 0x2000000
|
|
|
|
|
|
+ ranges = <0x0 0x0 0xff800000 0x00800000
|
|
0x1 0x0 0xf4500000 0x8000
|
|
0x1 0x0 0xf4500000 0x8000
|
|
0x3 0x0 0xf8200000 0x8000>;
|
|
0x3 0x0 0xf8200000 0x8000>;
|
|
|
|
|
|
flash@0,0 {
|
|
flash@0,0 {
|
|
compatible = "jedec-flash";
|
|
compatible = "jedec-flash";
|
|
- reg = <0x0 0x0 0x2000000>;
|
|
|
|
|
|
+ reg = <0x0 0x0 0x00800000>;
|
|
bank-width = <4>;
|
|
bank-width = <4>;
|
|
device-width = <1>;
|
|
device-width = <1>;
|
|
};
|
|
};
|
|
@@ -144,7 +151,7 @@
|
|
reg = <0x119f0 0x10 0x115f0 0x10>;
|
|
reg = <0x119f0 0x10 0x115f0 0x10>;
|
|
};
|
|
};
|
|
|
|
|
|
- serial@11a00 {
|
|
|
|
|
|
+ scc1: serial@11a00 {
|
|
device_type = "serial";
|
|
device_type = "serial";
|
|
compatible = "fsl,mpc8272-scc-uart",
|
|
compatible = "fsl,mpc8272-scc-uart",
|
|
"fsl,cpm2-scc-uart";
|
|
"fsl,cpm2-scc-uart";
|
|
@@ -155,7 +162,7 @@
|
|
fsl,cpm-command = <0x800000>;
|
|
fsl,cpm-command = <0x800000>;
|
|
};
|
|
};
|
|
|
|
|
|
- serial@11a60 {
|
|
|
|
|
|
+ scc4: serial@11a60 {
|
|
device_type = "serial";
|
|
device_type = "serial";
|
|
compatible = "fsl,mpc8272-scc-uart",
|
|
compatible = "fsl,mpc8272-scc-uart",
|
|
"fsl,cpm2-scc-uart";
|
|
"fsl,cpm2-scc-uart";
|
|
@@ -192,7 +199,7 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@11300 {
|
|
|
|
|
|
+ eth0: ethernet@11300 {
|
|
device_type = "network";
|
|
device_type = "network";
|
|
compatible = "fsl,mpc8272-fcc-enet",
|
|
compatible = "fsl,mpc8272-fcc-enet",
|
|
"fsl,cpm2-fcc-enet";
|
|
"fsl,cpm2-fcc-enet";
|
|
@@ -205,7 +212,7 @@
|
|
fsl,cpm-command = <0x12000300>;
|
|
fsl,cpm-command = <0x12000300>;
|
|
};
|
|
};
|
|
|
|
|
|
- ethernet@11320 {
|
|
|
|
|
|
+ eth1: ethernet@11320 {
|
|
device_type = "network";
|
|
device_type = "network";
|
|
compatible = "fsl,mpc8272-fcc-enet",
|
|
compatible = "fsl,mpc8272-fcc-enet",
|
|
"fsl,cpm2-fcc-enet";
|
|
"fsl,cpm2-fcc-enet";
|