diff options
Diffstat (limited to 'arch/powerpc/boot/dts/b4860emu.dts')
-rw-r--r-- | arch/powerpc/boot/dts/b4860emu.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/b4860emu.dts b/arch/powerpc/boot/dts/b4860emu.dts index 7290021f2dfc..85646b4f96e1 100644 --- a/arch/powerpc/boot/dts/b4860emu.dts +++ b/arch/powerpc/boot/dts/b4860emu.dts | |||
@@ -61,21 +61,25 @@ | |||
61 | device_type = "cpu"; | 61 | device_type = "cpu"; |
62 | reg = <0 1>; | 62 | reg = <0 1>; |
63 | next-level-cache = <&L2>; | 63 | next-level-cache = <&L2>; |
64 | fsl,portid-mapping = <0x80000000>; | ||
64 | }; | 65 | }; |
65 | cpu1: PowerPC,e6500@2 { | 66 | cpu1: PowerPC,e6500@2 { |
66 | device_type = "cpu"; | 67 | device_type = "cpu"; |
67 | reg = <2 3>; | 68 | reg = <2 3>; |
68 | next-level-cache = <&L2>; | 69 | next-level-cache = <&L2>; |
70 | fsl,portid-mapping = <0x80000000>; | ||
69 | }; | 71 | }; |
70 | cpu2: PowerPC,e6500@4 { | 72 | cpu2: PowerPC,e6500@4 { |
71 | device_type = "cpu"; | 73 | device_type = "cpu"; |
72 | reg = <4 5>; | 74 | reg = <4 5>; |
73 | next-level-cache = <&L2>; | 75 | next-level-cache = <&L2>; |
76 | fsl,portid-mapping = <0x80000000>; | ||
74 | }; | 77 | }; |
75 | cpu3: PowerPC,e6500@6 { | 78 | cpu3: PowerPC,e6500@6 { |
76 | device_type = "cpu"; | 79 | device_type = "cpu"; |
77 | reg = <6 7>; | 80 | reg = <6 7>; |
78 | next-level-cache = <&L2>; | 81 | next-level-cache = <&L2>; |
82 | fsl,portid-mapping = <0x80000000>; | ||
79 | }; | 83 | }; |
80 | }; | 84 | }; |
81 | }; | 85 | }; |
@@ -157,7 +161,7 @@ | |||
157 | }; | 161 | }; |
158 | 162 | ||
159 | corenet-cf@18000 { | 163 | corenet-cf@18000 { |
160 | compatible = "fsl,b4-corenet-cf"; | 164 | compatible = "fsl,corenet2-cf", "fsl,corenet-cf"; |
161 | reg = <0x18000 0x1000>; | 165 | reg = <0x18000 0x1000>; |
162 | interrupts = <16 2 1 0>; | 166 | interrupts = <16 2 1 0>; |
163 | fsl,ccf-num-csdids = <32>; | 167 | fsl,ccf-num-csdids = <32>; |
@@ -167,6 +171,7 @@ | |||
167 | iommu@20000 { | 171 | iommu@20000 { |
168 | compatible = "fsl,pamu-v1.0", "fsl,pamu"; | 172 | compatible = "fsl,pamu-v1.0", "fsl,pamu"; |
169 | reg = <0x20000 0x4000>; | 173 | reg = <0x20000 0x4000>; |
174 | fsl,portid-mapping = <0x8000>; | ||
170 | #address-cells = <1>; | 175 | #address-cells = <1>; |
171 | #size-cells = <1>; | 176 | #size-cells = <1>; |
172 | interrupts = < | 177 | interrupts = < |