|
@@ -65,28 +65,28 @@
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
reg = <0 1>;
|
|
reg = <0 1>;
|
|
clocks = <&mux0>;
|
|
clocks = <&mux0>;
|
|
- next-level-cache = <&L2>;
|
|
|
|
|
|
+ next-level-cache = <&L2_1>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
};
|
|
};
|
|
cpu1: PowerPC,e6500@2 {
|
|
cpu1: PowerPC,e6500@2 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
reg = <2 3>;
|
|
reg = <2 3>;
|
|
clocks = <&mux0>;
|
|
clocks = <&mux0>;
|
|
- next-level-cache = <&L2>;
|
|
|
|
|
|
+ next-level-cache = <&L2_1>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
};
|
|
};
|
|
cpu2: PowerPC,e6500@4 {
|
|
cpu2: PowerPC,e6500@4 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
reg = <4 5>;
|
|
reg = <4 5>;
|
|
clocks = <&mux0>;
|
|
clocks = <&mux0>;
|
|
- next-level-cache = <&L2>;
|
|
|
|
|
|
+ next-level-cache = <&L2_1>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
};
|
|
};
|
|
cpu3: PowerPC,e6500@6 {
|
|
cpu3: PowerPC,e6500@6 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
reg = <6 7>;
|
|
reg = <6 7>;
|
|
clocks = <&mux0>;
|
|
clocks = <&mux0>;
|
|
- next-level-cache = <&L2>;
|
|
|
|
|
|
+ next-level-cache = <&L2_1>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
fsl,portid-mapping = <0x80000000>;
|
|
};
|
|
};
|
|
};
|
|
};
|