1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 // 2 // 3 // Device Tree Include file for Layerscape-LX2 3 // Device Tree Include file for Layerscape-LX2160A family SoC. 4 // 4 // 5 // Copyright 2018-2020 NXP 5 // Copyright 2018-2020 NXP 6 6 7 #include <dt-bindings/clock/fsl,qoriq-clockgen 7 #include <dt-bindings/clock/fsl,qoriq-clockgen.h> 8 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/thermal/thermal.h> 10 #include <dt-bindings/thermal/thermal.h> 11 11 12 /memreserve/ 0x80000000 0x00010000; 12 /memreserve/ 0x80000000 0x00010000; 13 13 14 / { 14 / { 15 compatible = "fsl,lx2160a"; 15 compatible = "fsl,lx2160a"; 16 interrupt-parent = <&gic>; 16 interrupt-parent = <&gic>; 17 #address-cells = <2>; 17 #address-cells = <2>; 18 #size-cells = <2>; 18 #size-cells = <2>; 19 19 20 aliases { 20 aliases { 21 rtc1 = &ftm_alarm0; 21 rtc1 = &ftm_alarm0; 22 }; 22 }; 23 23 24 cpus { 24 cpus { 25 #address-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <0>; 26 #size-cells = <0>; 27 27 28 // 8 clusters having 2 Cortex- 28 // 8 clusters having 2 Cortex-A72 cores each 29 cpu0: cpu@0 { 29 cpu0: cpu@0 { 30 device_type = "cpu"; 30 device_type = "cpu"; 31 compatible = "arm,cort 31 compatible = "arm,cortex-a72"; 32 enable-method = "psci" 32 enable-method = "psci"; 33 reg = <0x0>; 33 reg = <0x0>; 34 clocks = <&clockgen QO 34 clocks = <&clockgen QORIQ_CLK_CMUX 0>; 35 d-cache-size = <0x8000 35 d-cache-size = <0x8000>; 36 d-cache-line-size = <6 36 d-cache-line-size = <64>; 37 d-cache-sets = <128>; 37 d-cache-sets = <128>; 38 i-cache-size = <0xC000 38 i-cache-size = <0xC000>; 39 i-cache-line-size = <6 39 i-cache-line-size = <64>; 40 i-cache-sets = <192>; 40 i-cache-sets = <192>; 41 next-level-cache = <&c 41 next-level-cache = <&cluster0_l2>; 42 cpu-idle-states = <&cp 42 cpu-idle-states = <&cpu_pw15>; 43 #cooling-cells = <2>; 43 #cooling-cells = <2>; 44 }; 44 }; 45 45 46 cpu1: cpu@1 { 46 cpu1: cpu@1 { 47 device_type = "cpu"; 47 device_type = "cpu"; 48 compatible = "arm,cort 48 compatible = "arm,cortex-a72"; 49 enable-method = "psci" 49 enable-method = "psci"; 50 reg = <0x1>; 50 reg = <0x1>; 51 clocks = <&clockgen QO 51 clocks = <&clockgen QORIQ_CLK_CMUX 0>; 52 d-cache-size = <0x8000 52 d-cache-size = <0x8000>; 53 d-cache-line-size = <6 53 d-cache-line-size = <64>; 54 d-cache-sets = <128>; 54 d-cache-sets = <128>; 55 i-cache-size = <0xC000 55 i-cache-size = <0xC000>; 56 i-cache-line-size = <6 56 i-cache-line-size = <64>; 57 i-cache-sets = <192>; 57 i-cache-sets = <192>; 58 next-level-cache = <&c 58 next-level-cache = <&cluster0_l2>; 59 cpu-idle-states = <&cp 59 cpu-idle-states = <&cpu_pw15>; 60 #cooling-cells = <2>; 60 #cooling-cells = <2>; 61 }; 61 }; 62 62 63 cpu100: cpu@100 { 63 cpu100: cpu@100 { 64 device_type = "cpu"; 64 device_type = "cpu"; 65 compatible = "arm,cort 65 compatible = "arm,cortex-a72"; 66 enable-method = "psci" 66 enable-method = "psci"; 67 reg = <0x100>; 67 reg = <0x100>; 68 clocks = <&clockgen QO 68 clocks = <&clockgen QORIQ_CLK_CMUX 1>; 69 d-cache-size = <0x8000 69 d-cache-size = <0x8000>; 70 d-cache-line-size = <6 70 d-cache-line-size = <64>; 71 d-cache-sets = <128>; 71 d-cache-sets = <128>; 72 i-cache-size = <0xC000 72 i-cache-size = <0xC000>; 73 i-cache-line-size = <6 73 i-cache-line-size = <64>; 74 i-cache-sets = <192>; 74 i-cache-sets = <192>; 75 next-level-cache = <&c 75 next-level-cache = <&cluster1_l2>; 76 cpu-idle-states = <&cp 76 cpu-idle-states = <&cpu_pw15>; 77 #cooling-cells = <2>; 77 #cooling-cells = <2>; 78 }; 78 }; 79 79 80 cpu101: cpu@101 { 80 cpu101: cpu@101 { 81 device_type = "cpu"; 81 device_type = "cpu"; 82 compatible = "arm,cort 82 compatible = "arm,cortex-a72"; 83 enable-method = "psci" 83 enable-method = "psci"; 84 reg = <0x101>; 84 reg = <0x101>; 85 clocks = <&clockgen QO 85 clocks = <&clockgen QORIQ_CLK_CMUX 1>; 86 d-cache-size = <0x8000 86 d-cache-size = <0x8000>; 87 d-cache-line-size = <6 87 d-cache-line-size = <64>; 88 d-cache-sets = <128>; 88 d-cache-sets = <128>; 89 i-cache-size = <0xC000 89 i-cache-size = <0xC000>; 90 i-cache-line-size = <6 90 i-cache-line-size = <64>; 91 i-cache-sets = <192>; 91 i-cache-sets = <192>; 92 next-level-cache = <&c 92 next-level-cache = <&cluster1_l2>; 93 cpu-idle-states = <&cp 93 cpu-idle-states = <&cpu_pw15>; 94 #cooling-cells = <2>; 94 #cooling-cells = <2>; 95 }; 95 }; 96 96 97 cpu200: cpu@200 { 97 cpu200: cpu@200 { 98 device_type = "cpu"; 98 device_type = "cpu"; 99 compatible = "arm,cort 99 compatible = "arm,cortex-a72"; 100 enable-method = "psci" 100 enable-method = "psci"; 101 reg = <0x200>; 101 reg = <0x200>; 102 clocks = <&clockgen QO 102 clocks = <&clockgen QORIQ_CLK_CMUX 2>; 103 d-cache-size = <0x8000 103 d-cache-size = <0x8000>; 104 d-cache-line-size = <6 104 d-cache-line-size = <64>; 105 d-cache-sets = <128>; 105 d-cache-sets = <128>; 106 i-cache-size = <0xC000 106 i-cache-size = <0xC000>; 107 i-cache-line-size = <6 107 i-cache-line-size = <64>; 108 i-cache-sets = <192>; 108 i-cache-sets = <192>; 109 next-level-cache = <&c 109 next-level-cache = <&cluster2_l2>; 110 cpu-idle-states = <&cp 110 cpu-idle-states = <&cpu_pw15>; 111 #cooling-cells = <2>; 111 #cooling-cells = <2>; 112 }; 112 }; 113 113 114 cpu201: cpu@201 { 114 cpu201: cpu@201 { 115 device_type = "cpu"; 115 device_type = "cpu"; 116 compatible = "arm,cort 116 compatible = "arm,cortex-a72"; 117 enable-method = "psci" 117 enable-method = "psci"; 118 reg = <0x201>; 118 reg = <0x201>; 119 clocks = <&clockgen QO 119 clocks = <&clockgen QORIQ_CLK_CMUX 2>; 120 d-cache-size = <0x8000 120 d-cache-size = <0x8000>; 121 d-cache-line-size = <6 121 d-cache-line-size = <64>; 122 d-cache-sets = <128>; 122 d-cache-sets = <128>; 123 i-cache-size = <0xC000 123 i-cache-size = <0xC000>; 124 i-cache-line-size = <6 124 i-cache-line-size = <64>; 125 i-cache-sets = <192>; 125 i-cache-sets = <192>; 126 next-level-cache = <&c 126 next-level-cache = <&cluster2_l2>; 127 cpu-idle-states = <&cp 127 cpu-idle-states = <&cpu_pw15>; 128 #cooling-cells = <2>; 128 #cooling-cells = <2>; 129 }; 129 }; 130 130 131 cpu300: cpu@300 { 131 cpu300: cpu@300 { 132 device_type = "cpu"; 132 device_type = "cpu"; 133 compatible = "arm,cort 133 compatible = "arm,cortex-a72"; 134 enable-method = "psci" 134 enable-method = "psci"; 135 reg = <0x300>; 135 reg = <0x300>; 136 clocks = <&clockgen QO 136 clocks = <&clockgen QORIQ_CLK_CMUX 3>; 137 d-cache-size = <0x8000 137 d-cache-size = <0x8000>; 138 d-cache-line-size = <6 138 d-cache-line-size = <64>; 139 d-cache-sets = <128>; 139 d-cache-sets = <128>; 140 i-cache-size = <0xC000 140 i-cache-size = <0xC000>; 141 i-cache-line-size = <6 141 i-cache-line-size = <64>; 142 i-cache-sets = <192>; 142 i-cache-sets = <192>; 143 next-level-cache = <&c 143 next-level-cache = <&cluster3_l2>; 144 cpu-idle-states = <&cp 144 cpu-idle-states = <&cpu_pw15>; 145 #cooling-cells = <2>; 145 #cooling-cells = <2>; 146 }; 146 }; 147 147 148 cpu301: cpu@301 { 148 cpu301: cpu@301 { 149 device_type = "cpu"; 149 device_type = "cpu"; 150 compatible = "arm,cort 150 compatible = "arm,cortex-a72"; 151 enable-method = "psci" 151 enable-method = "psci"; 152 reg = <0x301>; 152 reg = <0x301>; 153 clocks = <&clockgen QO 153 clocks = <&clockgen QORIQ_CLK_CMUX 3>; 154 d-cache-size = <0x8000 154 d-cache-size = <0x8000>; 155 d-cache-line-size = <6 155 d-cache-line-size = <64>; 156 d-cache-sets = <128>; 156 d-cache-sets = <128>; 157 i-cache-size = <0xC000 157 i-cache-size = <0xC000>; 158 i-cache-line-size = <6 158 i-cache-line-size = <64>; 159 i-cache-sets = <192>; 159 i-cache-sets = <192>; 160 next-level-cache = <&c 160 next-level-cache = <&cluster3_l2>; 161 cpu-idle-states = <&cp 161 cpu-idle-states = <&cpu_pw15>; 162 #cooling-cells = <2>; 162 #cooling-cells = <2>; 163 }; 163 }; 164 164 165 cpu400: cpu@400 { 165 cpu400: cpu@400 { 166 device_type = "cpu"; 166 device_type = "cpu"; 167 compatible = "arm,cort 167 compatible = "arm,cortex-a72"; 168 enable-method = "psci" 168 enable-method = "psci"; 169 reg = <0x400>; 169 reg = <0x400>; 170 clocks = <&clockgen QO 170 clocks = <&clockgen QORIQ_CLK_CMUX 4>; 171 d-cache-size = <0x8000 171 d-cache-size = <0x8000>; 172 d-cache-line-size = <6 172 d-cache-line-size = <64>; 173 d-cache-sets = <128>; 173 d-cache-sets = <128>; 174 i-cache-size = <0xC000 174 i-cache-size = <0xC000>; 175 i-cache-line-size = <6 175 i-cache-line-size = <64>; 176 i-cache-sets = <192>; 176 i-cache-sets = <192>; 177 next-level-cache = <&c 177 next-level-cache = <&cluster4_l2>; 178 cpu-idle-states = <&cp 178 cpu-idle-states = <&cpu_pw15>; 179 #cooling-cells = <2>; 179 #cooling-cells = <2>; 180 }; 180 }; 181 181 182 cpu401: cpu@401 { 182 cpu401: cpu@401 { 183 device_type = "cpu"; 183 device_type = "cpu"; 184 compatible = "arm,cort 184 compatible = "arm,cortex-a72"; 185 enable-method = "psci" 185 enable-method = "psci"; 186 reg = <0x401>; 186 reg = <0x401>; 187 clocks = <&clockgen QO 187 clocks = <&clockgen QORIQ_CLK_CMUX 4>; 188 d-cache-size = <0x8000 188 d-cache-size = <0x8000>; 189 d-cache-line-size = <6 189 d-cache-line-size = <64>; 190 d-cache-sets = <128>; 190 d-cache-sets = <128>; 191 i-cache-size = <0xC000 191 i-cache-size = <0xC000>; 192 i-cache-line-size = <6 192 i-cache-line-size = <64>; 193 i-cache-sets = <192>; 193 i-cache-sets = <192>; 194 next-level-cache = <&c 194 next-level-cache = <&cluster4_l2>; 195 cpu-idle-states = <&cp 195 cpu-idle-states = <&cpu_pw15>; 196 #cooling-cells = <2>; 196 #cooling-cells = <2>; 197 }; 197 }; 198 198 199 cpu500: cpu@500 { 199 cpu500: cpu@500 { 200 device_type = "cpu"; 200 device_type = "cpu"; 201 compatible = "arm,cort 201 compatible = "arm,cortex-a72"; 202 enable-method = "psci" 202 enable-method = "psci"; 203 reg = <0x500>; 203 reg = <0x500>; 204 clocks = <&clockgen QO 204 clocks = <&clockgen QORIQ_CLK_CMUX 5>; 205 d-cache-size = <0x8000 205 d-cache-size = <0x8000>; 206 d-cache-line-size = <6 206 d-cache-line-size = <64>; 207 d-cache-sets = <128>; 207 d-cache-sets = <128>; 208 i-cache-size = <0xC000 208 i-cache-size = <0xC000>; 209 i-cache-line-size = <6 209 i-cache-line-size = <64>; 210 i-cache-sets = <192>; 210 i-cache-sets = <192>; 211 next-level-cache = <&c 211 next-level-cache = <&cluster5_l2>; 212 cpu-idle-states = <&cp 212 cpu-idle-states = <&cpu_pw15>; 213 #cooling-cells = <2>; 213 #cooling-cells = <2>; 214 }; 214 }; 215 215 216 cpu501: cpu@501 { 216 cpu501: cpu@501 { 217 device_type = "cpu"; 217 device_type = "cpu"; 218 compatible = "arm,cort 218 compatible = "arm,cortex-a72"; 219 enable-method = "psci" 219 enable-method = "psci"; 220 reg = <0x501>; 220 reg = <0x501>; 221 clocks = <&clockgen QO 221 clocks = <&clockgen QORIQ_CLK_CMUX 5>; 222 d-cache-size = <0x8000 222 d-cache-size = <0x8000>; 223 d-cache-line-size = <6 223 d-cache-line-size = <64>; 224 d-cache-sets = <128>; 224 d-cache-sets = <128>; 225 i-cache-size = <0xC000 225 i-cache-size = <0xC000>; 226 i-cache-line-size = <6 226 i-cache-line-size = <64>; 227 i-cache-sets = <192>; 227 i-cache-sets = <192>; 228 next-level-cache = <&c 228 next-level-cache = <&cluster5_l2>; 229 cpu-idle-states = <&cp 229 cpu-idle-states = <&cpu_pw15>; 230 #cooling-cells = <2>; 230 #cooling-cells = <2>; 231 }; 231 }; 232 232 233 cpu600: cpu@600 { 233 cpu600: cpu@600 { 234 device_type = "cpu"; 234 device_type = "cpu"; 235 compatible = "arm,cort 235 compatible = "arm,cortex-a72"; 236 enable-method = "psci" 236 enable-method = "psci"; 237 reg = <0x600>; 237 reg = <0x600>; 238 clocks = <&clockgen QO 238 clocks = <&clockgen QORIQ_CLK_CMUX 6>; 239 d-cache-size = <0x8000 239 d-cache-size = <0x8000>; 240 d-cache-line-size = <6 240 d-cache-line-size = <64>; 241 d-cache-sets = <128>; 241 d-cache-sets = <128>; 242 i-cache-size = <0xC000 242 i-cache-size = <0xC000>; 243 i-cache-line-size = <6 243 i-cache-line-size = <64>; 244 i-cache-sets = <192>; 244 i-cache-sets = <192>; 245 next-level-cache = <&c 245 next-level-cache = <&cluster6_l2>; 246 cpu-idle-states = <&cp 246 cpu-idle-states = <&cpu_pw15>; 247 #cooling-cells = <2>; 247 #cooling-cells = <2>; 248 }; 248 }; 249 249 250 cpu601: cpu@601 { 250 cpu601: cpu@601 { 251 device_type = "cpu"; 251 device_type = "cpu"; 252 compatible = "arm,cort 252 compatible = "arm,cortex-a72"; 253 enable-method = "psci" 253 enable-method = "psci"; 254 reg = <0x601>; 254 reg = <0x601>; 255 clocks = <&clockgen QO 255 clocks = <&clockgen QORIQ_CLK_CMUX 6>; 256 d-cache-size = <0x8000 256 d-cache-size = <0x8000>; 257 d-cache-line-size = <6 257 d-cache-line-size = <64>; 258 d-cache-sets = <128>; 258 d-cache-sets = <128>; 259 i-cache-size = <0xC000 259 i-cache-size = <0xC000>; 260 i-cache-line-size = <6 260 i-cache-line-size = <64>; 261 i-cache-sets = <192>; 261 i-cache-sets = <192>; 262 next-level-cache = <&c 262 next-level-cache = <&cluster6_l2>; 263 cpu-idle-states = <&cp 263 cpu-idle-states = <&cpu_pw15>; 264 #cooling-cells = <2>; 264 #cooling-cells = <2>; 265 }; 265 }; 266 266 267 cpu700: cpu@700 { 267 cpu700: cpu@700 { 268 device_type = "cpu"; 268 device_type = "cpu"; 269 compatible = "arm,cort 269 compatible = "arm,cortex-a72"; 270 enable-method = "psci" 270 enable-method = "psci"; 271 reg = <0x700>; 271 reg = <0x700>; 272 clocks = <&clockgen QO 272 clocks = <&clockgen QORIQ_CLK_CMUX 7>; 273 d-cache-size = <0x8000 273 d-cache-size = <0x8000>; 274 d-cache-line-size = <6 274 d-cache-line-size = <64>; 275 d-cache-sets = <128>; 275 d-cache-sets = <128>; 276 i-cache-size = <0xC000 276 i-cache-size = <0xC000>; 277 i-cache-line-size = <6 277 i-cache-line-size = <64>; 278 i-cache-sets = <192>; 278 i-cache-sets = <192>; 279 next-level-cache = <&c 279 next-level-cache = <&cluster7_l2>; 280 cpu-idle-states = <&cp 280 cpu-idle-states = <&cpu_pw15>; 281 #cooling-cells = <2>; 281 #cooling-cells = <2>; 282 }; 282 }; 283 283 284 cpu701: cpu@701 { 284 cpu701: cpu@701 { 285 device_type = "cpu"; 285 device_type = "cpu"; 286 compatible = "arm,cort 286 compatible = "arm,cortex-a72"; 287 enable-method = "psci" 287 enable-method = "psci"; 288 reg = <0x701>; 288 reg = <0x701>; 289 clocks = <&clockgen QO 289 clocks = <&clockgen QORIQ_CLK_CMUX 7>; 290 d-cache-size = <0x8000 290 d-cache-size = <0x8000>; 291 d-cache-line-size = <6 291 d-cache-line-size = <64>; 292 d-cache-sets = <128>; 292 d-cache-sets = <128>; 293 i-cache-size = <0xC000 293 i-cache-size = <0xC000>; 294 i-cache-line-size = <6 294 i-cache-line-size = <64>; 295 i-cache-sets = <192>; 295 i-cache-sets = <192>; 296 next-level-cache = <&c 296 next-level-cache = <&cluster7_l2>; 297 cpu-idle-states = <&cp 297 cpu-idle-states = <&cpu_pw15>; 298 #cooling-cells = <2>; 298 #cooling-cells = <2>; 299 }; 299 }; 300 300 301 cluster0_l2: l2-cache0 { 301 cluster0_l2: l2-cache0 { 302 compatible = "cache"; 302 compatible = "cache"; 303 cache-unified; << 304 cache-size = <0x100000 303 cache-size = <0x100000>; 305 cache-line-size = <64> 304 cache-line-size = <64>; 306 cache-sets = <1024>; 305 cache-sets = <1024>; 307 cache-level = <2>; 306 cache-level = <2>; 308 }; 307 }; 309 308 310 cluster1_l2: l2-cache1 { 309 cluster1_l2: l2-cache1 { 311 compatible = "cache"; 310 compatible = "cache"; 312 cache-unified; << 313 cache-size = <0x100000 311 cache-size = <0x100000>; 314 cache-line-size = <64> 312 cache-line-size = <64>; 315 cache-sets = <1024>; 313 cache-sets = <1024>; 316 cache-level = <2>; 314 cache-level = <2>; 317 }; 315 }; 318 316 319 cluster2_l2: l2-cache2 { 317 cluster2_l2: l2-cache2 { 320 compatible = "cache"; 318 compatible = "cache"; 321 cache-unified; << 322 cache-size = <0x100000 319 cache-size = <0x100000>; 323 cache-line-size = <64> 320 cache-line-size = <64>; 324 cache-sets = <1024>; 321 cache-sets = <1024>; 325 cache-level = <2>; 322 cache-level = <2>; 326 }; 323 }; 327 324 328 cluster3_l2: l2-cache3 { 325 cluster3_l2: l2-cache3 { 329 compatible = "cache"; 326 compatible = "cache"; 330 cache-unified; << 331 cache-size = <0x100000 327 cache-size = <0x100000>; 332 cache-line-size = <64> 328 cache-line-size = <64>; 333 cache-sets = <1024>; 329 cache-sets = <1024>; 334 cache-level = <2>; 330 cache-level = <2>; 335 }; 331 }; 336 332 337 cluster4_l2: l2-cache4 { 333 cluster4_l2: l2-cache4 { 338 compatible = "cache"; 334 compatible = "cache"; 339 cache-unified; << 340 cache-size = <0x100000 335 cache-size = <0x100000>; 341 cache-line-size = <64> 336 cache-line-size = <64>; 342 cache-sets = <1024>; 337 cache-sets = <1024>; 343 cache-level = <2>; 338 cache-level = <2>; 344 }; 339 }; 345 340 346 cluster5_l2: l2-cache5 { 341 cluster5_l2: l2-cache5 { 347 compatible = "cache"; 342 compatible = "cache"; 348 cache-unified; << 349 cache-size = <0x100000 343 cache-size = <0x100000>; 350 cache-line-size = <64> 344 cache-line-size = <64>; 351 cache-sets = <1024>; 345 cache-sets = <1024>; 352 cache-level = <2>; 346 cache-level = <2>; 353 }; 347 }; 354 348 355 cluster6_l2: l2-cache6 { 349 cluster6_l2: l2-cache6 { 356 compatible = "cache"; 350 compatible = "cache"; 357 cache-unified; << 358 cache-size = <0x100000 351 cache-size = <0x100000>; 359 cache-line-size = <64> 352 cache-line-size = <64>; 360 cache-sets = <1024>; 353 cache-sets = <1024>; 361 cache-level = <2>; 354 cache-level = <2>; 362 }; 355 }; 363 356 364 cluster7_l2: l2-cache7 { 357 cluster7_l2: l2-cache7 { 365 compatible = "cache"; 358 compatible = "cache"; 366 cache-unified; << 367 cache-size = <0x100000 359 cache-size = <0x100000>; 368 cache-line-size = <64> 360 cache-line-size = <64>; 369 cache-sets = <1024>; 361 cache-sets = <1024>; 370 cache-level = <2>; 362 cache-level = <2>; 371 }; 363 }; 372 364 373 cpu_pw15: cpu-pw15 { 365 cpu_pw15: cpu-pw15 { 374 compatible = "arm,idle 366 compatible = "arm,idle-state"; 375 idle-state-name = "PW1 367 idle-state-name = "PW15"; 376 arm,psci-suspend-param 368 arm,psci-suspend-param = <0x0>; 377 entry-latency-us = <20 369 entry-latency-us = <2000>; 378 exit-latency-us = <200 370 exit-latency-us = <2000>; 379 min-residency-us = <60 371 min-residency-us = <6000>; 380 }; 372 }; 381 }; 373 }; 382 374 383 gic: interrupt-controller@6000000 { 375 gic: interrupt-controller@6000000 { 384 compatible = "arm,gic-v3"; 376 compatible = "arm,gic-v3"; 385 reg = <0x0 0x06000000 0 0x1000 377 reg = <0x0 0x06000000 0 0x10000>, // GIC Dist 386 <0x0 0x06200000 0 0x20 378 <0x0 0x06200000 0 0x200000>, // GICR (RD_base + 387 379 // SGI_base) 388 <0x0 0x0c0c0000 0 0x20 380 <0x0 0x0c0c0000 0 0x2000>, // GICC 389 <0x0 0x0c0d0000 0 0x10 381 <0x0 0x0c0d0000 0 0x1000>, // GICH 390 <0x0 0x0c0e0000 0 0x20 382 <0x0 0x0c0e0000 0 0x20000>; // GICV 391 #interrupt-cells = <3>; 383 #interrupt-cells = <3>; 392 #address-cells = <2>; 384 #address-cells = <2>; 393 #size-cells = <2>; 385 #size-cells = <2>; 394 ranges; 386 ranges; 395 interrupt-controller; 387 interrupt-controller; 396 interrupts = <GIC_PPI 9 IRQ_TY 388 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; 397 389 398 its: msi-controller@6020000 { !! 390 its: gic-its@6020000 { 399 compatible = "arm,gic- 391 compatible = "arm,gic-v3-its"; 400 msi-controller; 392 msi-controller; 401 #msi-cells = <1>; << 402 reg = <0x0 0x6020000 0 393 reg = <0x0 0x6020000 0 0x20000>; 403 }; 394 }; 404 }; 395 }; 405 396 406 timer { 397 timer { 407 compatible = "arm,armv8-timer" 398 compatible = "arm,armv8-timer"; 408 interrupts = <GIC_PPI 13 IRQ_T 399 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH>, 409 <GIC_PPI 14 IRQ_T 400 <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>, 410 <GIC_PPI 11 IRQ_T 401 <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>, 411 <GIC_PPI 10 IRQ_T 402 <GIC_PPI 10 IRQ_TYPE_LEVEL_HIGH>; 412 }; 403 }; 413 404 414 pmu { 405 pmu { 415 compatible = "arm,cortex-a72-p 406 compatible = "arm,cortex-a72-pmu"; 416 interrupts = <GIC_PPI 7 IRQ_TY 407 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>; 417 }; 408 }; 418 409 419 psci { 410 psci { 420 compatible = "arm,psci-0.2"; 411 compatible = "arm,psci-0.2"; 421 method = "smc"; 412 method = "smc"; 422 }; 413 }; 423 414 424 memory@80000000 { 415 memory@80000000 { 425 // DRAM space - 1, size : 2 GB 416 // DRAM space - 1, size : 2 GB DRAM 426 device_type = "memory"; 417 device_type = "memory"; 427 reg = <0x00000000 0x80000000 0 418 reg = <0x00000000 0x80000000 0 0x80000000>; 428 }; 419 }; 429 420 430 ddr1: memory-controller@1080000 { 421 ddr1: memory-controller@1080000 { 431 compatible = "fsl,qoriq-memory 422 compatible = "fsl,qoriq-memory-controller"; 432 reg = <0x0 0x1080000 0x0 0x100 423 reg = <0x0 0x1080000 0x0 0x1000>; 433 interrupts = <GIC_SPI 17 IRQ_T 424 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 434 little-endian; 425 little-endian; 435 }; 426 }; 436 427 437 ddr2: memory-controller@1090000 { 428 ddr2: memory-controller@1090000 { 438 compatible = "fsl,qoriq-memory 429 compatible = "fsl,qoriq-memory-controller"; 439 reg = <0x0 0x1090000 0x0 0x100 430 reg = <0x0 0x1090000 0x0 0x1000>; 440 interrupts = <GIC_SPI 18 IRQ_T 431 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; 441 little-endian; 432 little-endian; 442 }; 433 }; 443 434 444 // One clock unit-sysclk node which bo 435 // One clock unit-sysclk node which bootloader require during DT fix-up 445 sysclk: sysclk { 436 sysclk: sysclk { 446 compatible = "fixed-clock"; 437 compatible = "fixed-clock"; 447 #clock-cells = <0>; 438 #clock-cells = <0>; 448 clock-frequency = <100000000>; 439 clock-frequency = <100000000>; // fixed up by bootloader 449 clock-output-names = "sysclk"; 440 clock-output-names = "sysclk"; 450 }; 441 }; 451 442 452 thermal-zones { 443 thermal-zones { 453 cluster6-7-thermal { !! 444 cluster6-7 { 454 polling-delay-passive 445 polling-delay-passive = <1000>; 455 polling-delay = <5000> 446 polling-delay = <5000>; 456 thermal-sensors = <&tm 447 thermal-sensors = <&tmu 0>; 457 448 458 trips { 449 trips { 459 cluster6_7_ale 450 cluster6_7_alert: cluster6-7-alert { 460 temper 451 temperature = <85000>; 461 hyster 452 hysteresis = <2000>; 462 type = 453 type = "passive"; 463 }; 454 }; 464 455 465 cluster6_7_cri 456 cluster6_7_crit: cluster6-7-crit { 466 temper 457 temperature = <95000>; 467 hyster 458 hysteresis = <2000>; 468 type = 459 type = "critical"; 469 }; 460 }; 470 }; 461 }; 471 462 472 cooling-maps { 463 cooling-maps { 473 map0 { 464 map0 { 474 trip = 465 trip = <&cluster6_7_alert>; 475 coolin 466 cooling-device = 476 467 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 477 468 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 478 469 <&cpu100 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 479 470 <&cpu101 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 480 471 <&cpu200 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 481 472 <&cpu201 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 482 473 <&cpu300 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 483 474 <&cpu301 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 484 475 <&cpu400 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 485 476 <&cpu401 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 486 477 <&cpu500 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 487 478 <&cpu501 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 488 479 <&cpu600 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 489 480 <&cpu601 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 490 481 <&cpu700 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 491 482 <&cpu701 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 492 }; 483 }; 493 }; 484 }; 494 }; 485 }; 495 486 496 ddr-ctrl5-thermal { !! 487 ddr-cluster5 { 497 polling-delay-passive 488 polling-delay-passive = <1000>; 498 polling-delay = <5000> 489 polling-delay = <5000>; 499 thermal-sensors = <&tm 490 thermal-sensors = <&tmu 1>; 500 491 501 trips { 492 trips { 502 ddr-cluster5-a 493 ddr-cluster5-alert { 503 temper 494 temperature = <85000>; 504 hyster 495 hysteresis = <2000>; 505 type = 496 type = "passive"; 506 }; 497 }; 507 498 508 ddr-cluster5-c 499 ddr-cluster5-crit { 509 temper 500 temperature = <95000>; 510 hyster 501 hysteresis = <2000>; 511 type = 502 type = "critical"; 512 }; 503 }; 513 }; 504 }; 514 }; 505 }; 515 506 516 wriop-thermal { !! 507 wriop { 517 polling-delay-passive 508 polling-delay-passive = <1000>; 518 polling-delay = <5000> 509 polling-delay = <5000>; 519 thermal-sensors = <&tm 510 thermal-sensors = <&tmu 2>; 520 511 521 trips { 512 trips { 522 wriop-alert { 513 wriop-alert { 523 temper 514 temperature = <85000>; 524 hyster 515 hysteresis = <2000>; 525 type = 516 type = "passive"; 526 }; 517 }; 527 518 528 wriop-crit { 519 wriop-crit { 529 temper 520 temperature = <95000>; 530 hyster 521 hysteresis = <2000>; 531 type = 522 type = "critical"; 532 }; 523 }; 533 }; 524 }; 534 }; 525 }; 535 526 536 dce-thermal { !! 527 dce-qbman-hsio2 { 537 polling-delay-passive 528 polling-delay-passive = <1000>; 538 polling-delay = <5000> 529 polling-delay = <5000>; 539 thermal-sensors = <&tm 530 thermal-sensors = <&tmu 3>; 540 531 541 trips { 532 trips { 542 dce-qbman-aler 533 dce-qbman-alert { 543 temper 534 temperature = <85000>; 544 hyster 535 hysteresis = <2000>; 545 type = 536 type = "passive"; 546 }; 537 }; 547 538 548 dce-qbman-crit 539 dce-qbman-crit { 549 temper 540 temperature = <95000>; 550 hyster 541 hysteresis = <2000>; 551 type = 542 type = "critical"; 552 }; 543 }; 553 }; 544 }; 554 }; 545 }; 555 546 556 ccn-thermal { !! 547 ccn-dpaa-tbu { 557 polling-delay-passive 548 polling-delay-passive = <1000>; 558 polling-delay = <5000> 549 polling-delay = <5000>; 559 thermal-sensors = <&tm 550 thermal-sensors = <&tmu 4>; 560 551 561 trips { 552 trips { 562 ccn-dpaa-alert 553 ccn-dpaa-alert { 563 temper 554 temperature = <85000>; 564 hyster 555 hysteresis = <2000>; 565 type = 556 type = "passive"; 566 }; 557 }; 567 558 568 ccn-dpaa-crit 559 ccn-dpaa-crit { 569 temper 560 temperature = <95000>; 570 hyster 561 hysteresis = <2000>; 571 type = 562 type = "critical"; 572 }; 563 }; 573 }; 564 }; 574 }; 565 }; 575 566 576 cluster4-thermal { !! 567 cluster4-hsio3 { 577 polling-delay-passive 568 polling-delay-passive = <1000>; 578 polling-delay = <5000> 569 polling-delay = <5000>; 579 thermal-sensors = <&tm 570 thermal-sensors = <&tmu 5>; 580 571 581 trips { 572 trips { 582 clust4-hsio3-a 573 clust4-hsio3-alert { 583 temper 574 temperature = <85000>; 584 hyster 575 hysteresis = <2000>; 585 type = 576 type = "passive"; 586 }; 577 }; 587 578 588 clust4-hsio3-c 579 clust4-hsio3-crit { 589 temper 580 temperature = <95000>; 590 hyster 581 hysteresis = <2000>; 591 type = 582 type = "critical"; 592 }; 583 }; 593 }; 584 }; 594 }; 585 }; 595 586 596 cluster2-3-thermal { !! 587 cluster2-3 { 597 polling-delay-passive 588 polling-delay-passive = <1000>; 598 polling-delay = <5000> 589 polling-delay = <5000>; 599 thermal-sensors = <&tm 590 thermal-sensors = <&tmu 6>; 600 591 601 trips { 592 trips { 602 cluster2-3-ale 593 cluster2-3-alert { 603 temper 594 temperature = <85000>; 604 hyster 595 hysteresis = <2000>; 605 type = 596 type = "passive"; 606 }; 597 }; 607 598 608 cluster2-3-cri 599 cluster2-3-crit { 609 temper 600 temperature = <95000>; 610 hyster 601 hysteresis = <2000>; 611 type = 602 type = "critical"; 612 }; 603 }; 613 }; 604 }; 614 }; 605 }; 615 }; 606 }; 616 607 617 soc { 608 soc { 618 compatible = "simple-bus"; 609 compatible = "simple-bus"; 619 #address-cells = <2>; 610 #address-cells = <2>; 620 #size-cells = <2>; 611 #size-cells = <2>; 621 ranges; 612 ranges; 622 dma-ranges = <0x0 0x0 0x0 0x0 613 dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>; 623 614 624 serdes_1: phy@1ea0000 { 615 serdes_1: phy@1ea0000 { 625 compatible = "fsl,lynx 616 compatible = "fsl,lynx-28g"; 626 reg = <0x0 0x1ea0000 0 617 reg = <0x0 0x1ea0000 0x0 0x1e30>; 627 #phy-cells = <1>; 618 #phy-cells = <1>; 628 }; 619 }; 629 620 630 serdes_2: phy@1eb0000 { << 631 compatible = "fsl,lynx << 632 reg = <0x0 0x1eb0000 0 << 633 #phy-cells = <1>; << 634 status = "disabled"; << 635 }; << 636 << 637 crypto: crypto@8000000 { 621 crypto: crypto@8000000 { 638 compatible = "fsl,sec- 622 compatible = "fsl,sec-v5.0", "fsl,sec-v4.0"; 639 fsl,sec-era = <10>; 623 fsl,sec-era = <10>; 640 #address-cells = <1>; 624 #address-cells = <1>; 641 #size-cells = <1>; 625 #size-cells = <1>; 642 ranges = <0x0 0x00 0x8 626 ranges = <0x0 0x00 0x8000000 0x100000>; 643 reg = <0x00 0x8000000 627 reg = <0x00 0x8000000 0x0 0x100000>; 644 interrupts = <GIC_SPI 628 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; 645 dma-coherent; 629 dma-coherent; 646 status = "disabled"; 630 status = "disabled"; 647 631 648 sec_jr0: jr@10000 { 632 sec_jr0: jr@10000 { 649 compatible = " 633 compatible = "fsl,sec-v5.0-job-ring", 650 " 634 "fsl,sec-v4.0-job-ring"; 651 reg = <0x10000 !! 635 reg = <0x10000 0x10000>; 652 interrupts = < 636 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 653 }; 637 }; 654 638 655 sec_jr1: jr@20000 { 639 sec_jr1: jr@20000 { 656 compatible = " 640 compatible = "fsl,sec-v5.0-job-ring", 657 " 641 "fsl,sec-v4.0-job-ring"; 658 reg = <0x20000 !! 642 reg = <0x20000 0x10000>; 659 interrupts = < 643 interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>; 660 }; 644 }; 661 645 662 sec_jr2: jr@30000 { 646 sec_jr2: jr@30000 { 663 compatible = " 647 compatible = "fsl,sec-v5.0-job-ring", 664 " 648 "fsl,sec-v4.0-job-ring"; 665 reg = <0x30000 !! 649 reg = <0x30000 0x10000>; 666 interrupts = < 650 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>; 667 }; 651 }; 668 652 669 sec_jr3: jr@40000 { 653 sec_jr3: jr@40000 { 670 compatible = " 654 compatible = "fsl,sec-v5.0-job-ring", 671 " 655 "fsl,sec-v4.0-job-ring"; 672 reg = <0x40000 !! 656 reg = <0x40000 0x10000>; 673 interrupts = < 657 interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 674 }; 658 }; 675 }; 659 }; 676 660 677 clockgen: clock-controller@130 661 clockgen: clock-controller@1300000 { 678 compatible = "fsl,lx21 662 compatible = "fsl,lx2160a-clockgen"; 679 reg = <0 0x1300000 0 0 663 reg = <0 0x1300000 0 0xa0000>; 680 #clock-cells = <2>; 664 #clock-cells = <2>; 681 clocks = <&sysclk>; 665 clocks = <&sysclk>; 682 }; 666 }; 683 667 684 dcfg: syscon@1e00000 { 668 dcfg: syscon@1e00000 { 685 compatible = "fsl,lx21 669 compatible = "fsl,lx2160a-dcfg", "syscon"; 686 reg = <0x0 0x1e00000 0 670 reg = <0x0 0x1e00000 0x0 0x10000>; 687 little-endian; 671 little-endian; 688 }; 672 }; 689 673 690 sfp: efuse@1e80000 { << 691 compatible = "fsl,ls10 << 692 reg = <0x0 0x1e80000 0 << 693 clocks = <&clockgen QO << 694 QO << 695 clock-names = "sfp"; << 696 }; << 697 << 698 isc: syscon@1f70000 { 674 isc: syscon@1f70000 { 699 compatible = "fsl,lx21 675 compatible = "fsl,lx2160a-isc", "syscon"; 700 reg = <0x0 0x1f70000 0 676 reg = <0x0 0x1f70000 0x0 0x10000>; 701 little-endian; 677 little-endian; 702 #address-cells = <1>; 678 #address-cells = <1>; 703 #size-cells = <1>; 679 #size-cells = <1>; 704 ranges = <0x0 0x0 0x1f 680 ranges = <0x0 0x0 0x1f70000 0x10000>; 705 681 706 extirq: interrupt-cont 682 extirq: interrupt-controller@14 { 707 compatible = " 683 compatible = "fsl,lx2160a-extirq", "fsl,ls1088a-extirq"; 708 #interrupt-cel 684 #interrupt-cells = <2>; 709 #address-cells 685 #address-cells = <0>; 710 interrupt-cont 686 interrupt-controller; 711 reg = <0x14 4> 687 reg = <0x14 4>; 712 interrupt-map 688 interrupt-map = 713 <0 0 & 689 <0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 714 <1 0 & 690 <1 0 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, 715 <2 0 & 691 <2 0 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, 716 <3 0 & 692 <3 0 &gic GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 717 <4 0 & 693 <4 0 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 718 <5 0 & 694 <5 0 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>, 719 <6 0 & 695 <6 0 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, 720 <7 0 & 696 <7 0 &gic GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, 721 <8 0 & 697 <8 0 &gic GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, 722 <9 0 & 698 <9 0 &gic GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, 723 <10 0 699 <10 0 &gic GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>, 724 <11 0 700 <11 0 &gic GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 725 interrupt-map- !! 701 interrupt-map-mask = <0xffffffff 0x0>; 726 }; 702 }; 727 }; 703 }; 728 704 729 tmu: tmu@1f80000 { 705 tmu: tmu@1f80000 { 730 compatible = "fsl,qori 706 compatible = "fsl,qoriq-tmu"; 731 reg = <0x0 0x1f80000 0 707 reg = <0x0 0x1f80000 0x0 0x10000>; 732 interrupts = <GIC_SPI 708 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 733 fsl,tmu-range = <0x800 709 fsl,tmu-range = <0x800000e6 0x8001017d>; 734 fsl,tmu-calibration = 710 fsl,tmu-calibration = 735 /* Calibration 711 /* Calibration data group 1 */ 736 <0x00000000 0x !! 712 <0x00000000 0x00000035 737 /* Calibration 713 /* Calibration data group 2 */ 738 <0x00000001 0x !! 714 0x00000001 0x00000154>; 739 little-endian; 715 little-endian; 740 #thermal-sensor-cells 716 #thermal-sensor-cells = <1>; 741 }; 717 }; 742 718 743 i2c0: i2c@2000000 { 719 i2c0: i2c@2000000 { 744 compatible = "fsl,vf61 720 compatible = "fsl,vf610-i2c"; 745 #address-cells = <1>; 721 #address-cells = <1>; 746 #size-cells = <0>; 722 #size-cells = <0>; 747 reg = <0x0 0x2000000 0 723 reg = <0x0 0x2000000 0x0 0x10000>; 748 interrupts = <GIC_SPI 724 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 749 clock-names = "ipg"; !! 725 clock-names = "i2c"; 750 clocks = <&clockgen QO 726 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 751 QO 727 QORIQ_CLK_PLL_DIV(16)>; 752 pinctrl-names = "defau !! 728 scl-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>; 753 pinctrl-0 = <&i2c0_scl << 754 pinctrl-1 = <&i2c0_scl << 755 scl-gpios = <&gpio0 3 << 756 status = "disabled"; 729 status = "disabled"; 757 }; 730 }; 758 731 759 i2c1: i2c@2010000 { 732 i2c1: i2c@2010000 { 760 compatible = "fsl,vf61 733 compatible = "fsl,vf610-i2c"; 761 #address-cells = <1>; 734 #address-cells = <1>; 762 #size-cells = <0>; 735 #size-cells = <0>; 763 reg = <0x0 0x2010000 0 736 reg = <0x0 0x2010000 0x0 0x10000>; 764 interrupts = <GIC_SPI 737 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 765 clock-names = "ipg"; !! 738 clock-names = "i2c"; 766 clocks = <&clockgen QO 739 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 767 QO 740 QORIQ_CLK_PLL_DIV(16)>; 768 pinctrl-names = "defau << 769 pinctrl-0 = <&i2c1_scl << 770 pinctrl-1 = <&i2c1_scl << 771 scl-gpios = <&gpio0 31 << 772 status = "disabled"; 741 status = "disabled"; 773 }; 742 }; 774 743 775 i2c2: i2c@2020000 { 744 i2c2: i2c@2020000 { 776 compatible = "fsl,vf61 745 compatible = "fsl,vf610-i2c"; 777 #address-cells = <1>; 746 #address-cells = <1>; 778 #size-cells = <0>; 747 #size-cells = <0>; 779 reg = <0x0 0x2020000 0 748 reg = <0x0 0x2020000 0x0 0x10000>; 780 interrupts = <GIC_SPI 749 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; 781 clock-names = "ipg"; !! 750 clock-names = "i2c"; 782 clocks = <&clockgen QO 751 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 783 QO 752 QORIQ_CLK_PLL_DIV(16)>; 784 pinctrl-names = "defau << 785 pinctrl-0 = <&i2c2_scl << 786 pinctrl-1 = <&i2c2_scl << 787 scl-gpios = <&gpio0 29 << 788 status = "disabled"; 753 status = "disabled"; 789 }; 754 }; 790 755 791 i2c3: i2c@2030000 { 756 i2c3: i2c@2030000 { 792 compatible = "fsl,vf61 757 compatible = "fsl,vf610-i2c"; 793 #address-cells = <1>; 758 #address-cells = <1>; 794 #size-cells = <0>; 759 #size-cells = <0>; 795 reg = <0x0 0x2030000 0 760 reg = <0x0 0x2030000 0x0 0x10000>; 796 interrupts = <GIC_SPI 761 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; 797 clock-names = "ipg"; !! 762 clock-names = "i2c"; 798 clocks = <&clockgen QO 763 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 799 QO 764 QORIQ_CLK_PLL_DIV(16)>; 800 pinctrl-names = "defau << 801 pinctrl-0 = <&i2c3_scl << 802 pinctrl-1 = <&i2c3_scl << 803 scl-gpios = <&gpio0 27 << 804 status = "disabled"; 765 status = "disabled"; 805 }; 766 }; 806 767 807 i2c4: i2c@2040000 { 768 i2c4: i2c@2040000 { 808 compatible = "fsl,vf61 769 compatible = "fsl,vf610-i2c"; 809 #address-cells = <1>; 770 #address-cells = <1>; 810 #size-cells = <0>; 771 #size-cells = <0>; 811 reg = <0x0 0x2040000 0 772 reg = <0x0 0x2040000 0x0 0x10000>; 812 interrupts = <GIC_SPI 773 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; 813 clock-names = "ipg"; !! 774 clock-names = "i2c"; 814 clocks = <&clockgen QO 775 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 815 QO 776 QORIQ_CLK_PLL_DIV(16)>; 816 pinctrl-names = "defau !! 777 scl-gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>; 817 pinctrl-0 = <&i2c4_scl << 818 pinctrl-1 = <&i2c4_scl << 819 scl-gpios = <&gpio0 25 << 820 status = "disabled"; 778 status = "disabled"; 821 }; 779 }; 822 780 823 i2c5: i2c@2050000 { 781 i2c5: i2c@2050000 { 824 compatible = "fsl,vf61 782 compatible = "fsl,vf610-i2c"; 825 #address-cells = <1>; 783 #address-cells = <1>; 826 #size-cells = <0>; 784 #size-cells = <0>; 827 reg = <0x0 0x2050000 0 785 reg = <0x0 0x2050000 0x0 0x10000>; 828 interrupts = <GIC_SPI 786 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; 829 clock-names = "ipg"; !! 787 clock-names = "i2c"; 830 clocks = <&clockgen QO 788 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 831 QO 789 QORIQ_CLK_PLL_DIV(16)>; 832 pinctrl-names = "defau << 833 pinctrl-0 = <&i2c5_scl << 834 pinctrl-1 = <&i2c5_scl << 835 scl-gpios = <&gpio0 23 << 836 status = "disabled"; 790 status = "disabled"; 837 }; 791 }; 838 792 839 i2c6: i2c@2060000 { 793 i2c6: i2c@2060000 { 840 compatible = "fsl,vf61 794 compatible = "fsl,vf610-i2c"; 841 #address-cells = <1>; 795 #address-cells = <1>; 842 #size-cells = <0>; 796 #size-cells = <0>; 843 reg = <0x0 0x2060000 0 797 reg = <0x0 0x2060000 0x0 0x10000>; 844 interrupts = <GIC_SPI 798 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 845 clock-names = "ipg"; !! 799 clock-names = "i2c"; 846 clocks = <&clockgen QO 800 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 847 QO 801 QORIQ_CLK_PLL_DIV(16)>; 848 pinctrl-names = "defau << 849 pinctrl-0 = <&i2c6_scl << 850 pinctrl-1 = <&i2c6_scl << 851 scl-gpios = <&gpio1 16 << 852 status = "disabled"; 802 status = "disabled"; 853 }; 803 }; 854 804 855 i2c7: i2c@2070000 { 805 i2c7: i2c@2070000 { 856 compatible = "fsl,vf61 806 compatible = "fsl,vf610-i2c"; 857 #address-cells = <1>; 807 #address-cells = <1>; 858 #size-cells = <0>; 808 #size-cells = <0>; 859 reg = <0x0 0x2070000 0 809 reg = <0x0 0x2070000 0x0 0x10000>; 860 interrupts = <GIC_SPI 810 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 861 clock-names = "ipg"; !! 811 clock-names = "i2c"; 862 clocks = <&clockgen QO 812 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 863 QO 813 QORIQ_CLK_PLL_DIV(16)>; 864 pinctrl-names = "defau << 865 pinctrl-0 = <&i2c7_scl << 866 pinctrl-1 = <&i2c7_scl << 867 scl-gpios = <&gpio1 18 << 868 status = "disabled"; 814 status = "disabled"; 869 }; 815 }; 870 816 871 fspi: spi@20c0000 { 817 fspi: spi@20c0000 { 872 compatible = "nxp,lx21 818 compatible = "nxp,lx2160a-fspi"; 873 #address-cells = <1>; 819 #address-cells = <1>; 874 #size-cells = <0>; 820 #size-cells = <0>; 875 reg = <0x0 0x20c0000 0 821 reg = <0x0 0x20c0000 0x0 0x10000>, 876 <0x0 0x20000000 822 <0x0 0x20000000 0x0 0x10000000>; 877 reg-names = "fspi_base 823 reg-names = "fspi_base", "fspi_mmap"; 878 interrupts = <GIC_SPI 824 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; 879 clocks = <&clockgen QO 825 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 880 QO 826 QORIQ_CLK_PLL_DIV(4)>, 881 <&clockgen QO 827 <&clockgen QORIQ_CLK_PLATFORM_PLL 882 QO 828 QORIQ_CLK_PLL_DIV(4)>; 883 clock-names = "fspi_en 829 clock-names = "fspi_en", "fspi"; 884 status = "disabled"; 830 status = "disabled"; 885 }; 831 }; 886 832 887 dspi0: spi@2100000 { 833 dspi0: spi@2100000 { 888 compatible = "fsl,lx21 834 compatible = "fsl,lx2160a-dspi", "fsl,ls2085a-dspi"; 889 #address-cells = <1>; 835 #address-cells = <1>; 890 #size-cells = <0>; 836 #size-cells = <0>; 891 reg = <0x0 0x2100000 0 837 reg = <0x0 0x2100000 0x0 0x10000>; 892 interrupts = <GIC_SPI 838 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; 893 clocks = <&clockgen QO 839 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 894 QO 840 QORIQ_CLK_PLL_DIV(8)>; 895 clock-names = "dspi"; 841 clock-names = "dspi"; 896 spi-num-chipselects = 842 spi-num-chipselects = <5>; 897 bus-num = <0>; 843 bus-num = <0>; 898 status = "disabled"; 844 status = "disabled"; 899 }; 845 }; 900 846 901 dspi1: spi@2110000 { 847 dspi1: spi@2110000 { 902 compatible = "fsl,lx21 848 compatible = "fsl,lx2160a-dspi", "fsl,ls2085a-dspi"; 903 #address-cells = <1>; 849 #address-cells = <1>; 904 #size-cells = <0>; 850 #size-cells = <0>; 905 reg = <0x0 0x2110000 0 851 reg = <0x0 0x2110000 0x0 0x10000>; 906 interrupts = <GIC_SPI 852 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; 907 clocks = <&clockgen QO 853 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 908 QO 854 QORIQ_CLK_PLL_DIV(8)>; 909 clock-names = "dspi"; 855 clock-names = "dspi"; 910 spi-num-chipselects = 856 spi-num-chipselects = <5>; 911 bus-num = <1>; 857 bus-num = <1>; 912 status = "disabled"; 858 status = "disabled"; 913 }; 859 }; 914 860 915 dspi2: spi@2120000 { 861 dspi2: spi@2120000 { 916 compatible = "fsl,lx21 862 compatible = "fsl,lx2160a-dspi", "fsl,ls2085a-dspi"; 917 #address-cells = <1>; 863 #address-cells = <1>; 918 #size-cells = <0>; 864 #size-cells = <0>; 919 reg = <0x0 0x2120000 0 865 reg = <0x0 0x2120000 0x0 0x10000>; 920 interrupts = <GIC_SPI 866 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>; 921 clocks = <&clockgen QO 867 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 922 QO 868 QORIQ_CLK_PLL_DIV(8)>; 923 clock-names = "dspi"; 869 clock-names = "dspi"; 924 spi-num-chipselects = 870 spi-num-chipselects = <5>; 925 bus-num = <2>; 871 bus-num = <2>; 926 status = "disabled"; 872 status = "disabled"; 927 }; 873 }; 928 874 929 esdhc0: mmc@2140000 { !! 875 esdhc0: esdhc@2140000 { 930 compatible = "fsl,ls20 !! 876 compatible = "fsl,esdhc"; 931 reg = <0x0 0x2140000 0 877 reg = <0x0 0x2140000 0x0 0x10000>; 932 interrupts = <GIC_SPI !! 878 interrupts = <0 28 0x4>; /* Level high type */ 933 clocks = <&clockgen QO 879 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 934 QO 880 QORIQ_CLK_PLL_DIV(2)>; 935 dma-coherent; 881 dma-coherent; 936 voltage-ranges = <1800 882 voltage-ranges = <1800 1800 3300 3300>; 937 sdhci,auto-cmd12; 883 sdhci,auto-cmd12; 938 little-endian; 884 little-endian; 939 bus-width = <4>; 885 bus-width = <4>; 940 status = "disabled"; 886 status = "disabled"; 941 }; 887 }; 942 888 943 esdhc1: mmc@2150000 { !! 889 esdhc1: esdhc@2150000 { 944 compatible = "fsl,ls20 !! 890 compatible = "fsl,esdhc"; 945 reg = <0x0 0x2150000 0 891 reg = <0x0 0x2150000 0x0 0x10000>; 946 interrupts = <GIC_SPI !! 892 interrupts = <0 63 0x4>; /* Level high type */ 947 clocks = <&clockgen QO 893 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 948 QO 894 QORIQ_CLK_PLL_DIV(2)>; 949 dma-coherent; 895 dma-coherent; 950 voltage-ranges = <1800 896 voltage-ranges = <1800 1800 3300 3300>; 951 sdhci,auto-cmd12; 897 sdhci,auto-cmd12; 952 broken-cd; 898 broken-cd; 953 little-endian; 899 little-endian; 954 bus-width = <4>; 900 bus-width = <4>; 955 status = "disabled"; 901 status = "disabled"; 956 }; 902 }; 957 903 958 can0: can@2180000 { 904 can0: can@2180000 { 959 compatible = "fsl,lx21 905 compatible = "fsl,lx2160ar1-flexcan"; 960 reg = <0x0 0x2180000 0 906 reg = <0x0 0x2180000 0x0 0x10000>; 961 interrupts = <GIC_SPI 907 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; 962 clocks = <&clockgen QO 908 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 963 QO 909 QORIQ_CLK_PLL_DIV(8)>, 964 <&clockgen QO 910 <&clockgen QORIQ_CLK_SYSCLK 0>; 965 clock-names = "ipg", " 911 clock-names = "ipg", "per"; 966 fsl,clk-source = /bits !! 912 fsl,clk-source = <0>; 967 status = "disabled"; 913 status = "disabled"; 968 }; 914 }; 969 915 970 can1: can@2190000 { 916 can1: can@2190000 { 971 compatible = "fsl,lx21 917 compatible = "fsl,lx2160ar1-flexcan"; 972 reg = <0x0 0x2190000 0 918 reg = <0x0 0x2190000 0x0 0x10000>; 973 interrupts = <GIC_SPI 919 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; 974 clocks = <&clockgen QO 920 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 975 QO 921 QORIQ_CLK_PLL_DIV(8)>, 976 <&clockgen QO 922 <&clockgen QORIQ_CLK_SYSCLK 0>; 977 clock-names = "ipg", " 923 clock-names = "ipg", "per"; 978 fsl,clk-source = /bits !! 924 fsl,clk-source = <0>; 979 status = "disabled"; 925 status = "disabled"; 980 }; 926 }; 981 927 982 uart0: serial@21c0000 { 928 uart0: serial@21c0000 { 983 compatible = "arm,pl01 !! 929 compatible = "arm,sbsa-uart","arm,pl011"; 984 clocks = <&clockgen QO << 985 QO << 986 <&clockgen QO << 987 QO << 988 clock-names = "uartclk << 989 reg = <0x0 0x21c0000 0 930 reg = <0x0 0x21c0000 0x0 0x1000>; 990 interrupts = <GIC_SPI 931 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; >> 932 current-speed = <115200>; 991 status = "disabled"; 933 status = "disabled"; 992 }; 934 }; 993 935 994 uart1: serial@21d0000 { 936 uart1: serial@21d0000 { 995 compatible = "arm,pl01 !! 937 compatible = "arm,sbsa-uart","arm,pl011"; 996 clocks = <&clockgen QO << 997 QO << 998 <&clockgen QO << 999 QO << 1000 clock-names = "uartcl << 1001 reg = <0x0 0x21d0000 938 reg = <0x0 0x21d0000 0x0 0x1000>; 1002 interrupts = <GIC_SPI 939 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; >> 940 current-speed = <115200>; 1003 status = "disabled"; 941 status = "disabled"; 1004 }; 942 }; 1005 943 1006 uart2: serial@21e0000 { 944 uart2: serial@21e0000 { 1007 compatible = "arm,pl0 !! 945 compatible = "arm,sbsa-uart","arm,pl011"; 1008 clocks = <&clockgen Q << 1009 Q << 1010 <&clockgen Q << 1011 Q << 1012 clock-names = "uartcl << 1013 reg = <0x0 0x21e0000 946 reg = <0x0 0x21e0000 0x0 0x1000>; 1014 interrupts = <GIC_SPI 947 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; >> 948 current-speed = <115200>; 1015 status = "disabled"; 949 status = "disabled"; 1016 }; 950 }; 1017 951 1018 uart3: serial@21f0000 { 952 uart3: serial@21f0000 { 1019 compatible = "arm,pl0 !! 953 compatible = "arm,sbsa-uart","arm,pl011"; 1020 clocks = <&clockgen Q << 1021 Q << 1022 <&clockgen Q << 1023 Q << 1024 clock-names = "uartcl << 1025 reg = <0x0 0x21f0000 954 reg = <0x0 0x21f0000 0x0 0x1000>; 1026 interrupts = <GIC_SPI 955 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; >> 956 current-speed = <115200>; 1027 status = "disabled"; 957 status = "disabled"; 1028 }; 958 }; 1029 959 1030 gpio0: gpio@2300000 { 960 gpio0: gpio@2300000 { 1031 compatible = "fsl,ls2 !! 961 compatible = "fsl,qoriq-gpio"; 1032 reg = <0x0 0x2300000 962 reg = <0x0 0x2300000 0x0 0x10000>; 1033 interrupts = <GIC_SPI 963 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; 1034 gpio-controller; 964 gpio-controller; 1035 little-endian; 965 little-endian; 1036 #gpio-cells = <2>; 966 #gpio-cells = <2>; 1037 interrupt-controller; 967 interrupt-controller; 1038 #interrupt-cells = <2 968 #interrupt-cells = <2>; 1039 }; 969 }; 1040 970 1041 gpio1: gpio@2310000 { 971 gpio1: gpio@2310000 { 1042 compatible = "fsl,ls2 !! 972 compatible = "fsl,qoriq-gpio"; 1043 reg = <0x0 0x2310000 973 reg = <0x0 0x2310000 0x0 0x10000>; 1044 interrupts = <GIC_SPI 974 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; 1045 gpio-controller; 975 gpio-controller; 1046 little-endian; 976 little-endian; 1047 #gpio-cells = <2>; 977 #gpio-cells = <2>; 1048 interrupt-controller; 978 interrupt-controller; 1049 #interrupt-cells = <2 979 #interrupt-cells = <2>; 1050 }; 980 }; 1051 981 1052 gpio2: gpio@2320000 { 982 gpio2: gpio@2320000 { 1053 compatible = "fsl,ls2 !! 983 compatible = "fsl,qoriq-gpio"; 1054 reg = <0x0 0x2320000 984 reg = <0x0 0x2320000 0x0 0x10000>; 1055 interrupts = <GIC_SPI 985 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 1056 gpio-controller; 986 gpio-controller; 1057 little-endian; 987 little-endian; 1058 #gpio-cells = <2>; 988 #gpio-cells = <2>; 1059 interrupt-controller; 989 interrupt-controller; 1060 #interrupt-cells = <2 990 #interrupt-cells = <2>; 1061 }; 991 }; 1062 992 1063 gpio3: gpio@2330000 { 993 gpio3: gpio@2330000 { 1064 compatible = "fsl,ls2 !! 994 compatible = "fsl,qoriq-gpio"; 1065 reg = <0x0 0x2330000 995 reg = <0x0 0x2330000 0x0 0x10000>; 1066 interrupts = <GIC_SPI 996 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 1067 gpio-controller; 997 gpio-controller; 1068 little-endian; 998 little-endian; 1069 #gpio-cells = <2>; 999 #gpio-cells = <2>; 1070 interrupt-controller; 1000 interrupt-controller; 1071 #interrupt-cells = <2 1001 #interrupt-cells = <2>; 1072 }; 1002 }; 1073 1003 1074 watchdog@23a0000 { 1004 watchdog@23a0000 { 1075 compatible = "arm,sbs 1005 compatible = "arm,sbsa-gwdt"; 1076 reg = <0x0 0x23a0000 1006 reg = <0x0 0x23a0000 0 0x1000>, 1077 <0x0 0x2390000 1007 <0x0 0x2390000 0 0x1000>; 1078 interrupts = <GIC_SPI 1008 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; 1079 timeout-sec = <30>; 1009 timeout-sec = <30>; 1080 }; 1010 }; 1081 1011 1082 rcpm: wakeup-controller@1e340 !! 1012 rcpm: power-controller@1e34040 { 1083 compatible = "fsl,lx2 1013 compatible = "fsl,lx2160a-rcpm", "fsl,qoriq-rcpm-2.1+"; 1084 reg = <0x0 0x1e34040 1014 reg = <0x0 0x1e34040 0x0 0x1c>; 1085 #fsl,rcpm-wakeup-cell 1015 #fsl,rcpm-wakeup-cells = <7>; 1086 little-endian; 1016 little-endian; 1087 }; 1017 }; 1088 1018 1089 ftm_alarm0: rtc@2800000 { !! 1019 ftm_alarm0: timer@2800000 { 1090 compatible = "fsl,lx2 1020 compatible = "fsl,lx2160a-ftm-alarm"; 1091 reg = <0x0 0x2800000 1021 reg = <0x0 0x2800000 0x0 0x10000>; 1092 fsl,rcpm-wakeup = <&r 1022 fsl,rcpm-wakeup = <&rcpm 0x0 0x0 0x0 0x0 0x4000 0x0 0x0>; 1093 interrupts = <GIC_SPI 1023 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; 1094 }; 1024 }; 1095 1025 1096 usb0: usb@3100000 { 1026 usb0: usb@3100000 { 1097 compatible = "snps,dw 1027 compatible = "snps,dwc3"; 1098 reg = <0x0 0x3100000 1028 reg = <0x0 0x3100000 0x0 0x10000>; 1099 interrupts = <GIC_SPI 1029 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 1100 dr_mode = "host"; 1030 dr_mode = "host"; 1101 snps,quirk-frame-leng 1031 snps,quirk-frame-length-adjustment = <0x20>; 1102 usb3-lpm-capable; 1032 usb3-lpm-capable; 1103 snps,dis_rxdet_inp3_q 1033 snps,dis_rxdet_inp3_quirk; 1104 snps,incr-burst-type- 1034 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; 1105 status = "disabled"; 1035 status = "disabled"; 1106 }; 1036 }; 1107 1037 1108 usb1: usb@3110000 { 1038 usb1: usb@3110000 { 1109 compatible = "snps,dw 1039 compatible = "snps,dwc3"; 1110 reg = <0x0 0x3110000 1040 reg = <0x0 0x3110000 0x0 0x10000>; 1111 interrupts = <GIC_SPI 1041 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; 1112 dr_mode = "host"; 1042 dr_mode = "host"; 1113 snps,quirk-frame-leng 1043 snps,quirk-frame-length-adjustment = <0x20>; 1114 usb3-lpm-capable; 1044 usb3-lpm-capable; 1115 snps,dis_rxdet_inp3_q 1045 snps,dis_rxdet_inp3_quirk; 1116 snps,incr-burst-type- 1046 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; 1117 status = "disabled"; 1047 status = "disabled"; 1118 }; 1048 }; 1119 1049 1120 sata0: sata@3200000 { 1050 sata0: sata@3200000 { 1121 compatible = "fsl,lx2 1051 compatible = "fsl,lx2160a-ahci"; 1122 reg = <0x0 0x3200000 1052 reg = <0x0 0x3200000 0x0 0x10000>, 1123 <0x7 0x100520 0 1053 <0x7 0x100520 0x0 0x4>; 1124 reg-names = "ahci", " 1054 reg-names = "ahci", "sata-ecc"; 1125 interrupts = <GIC_SPI 1055 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 1126 clocks = <&clockgen Q 1056 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 1127 Q 1057 QORIQ_CLK_PLL_DIV(4)>; 1128 dma-coherent; 1058 dma-coherent; 1129 status = "disabled"; 1059 status = "disabled"; 1130 }; 1060 }; 1131 1061 1132 sata1: sata@3210000 { 1062 sata1: sata@3210000 { 1133 compatible = "fsl,lx2 1063 compatible = "fsl,lx2160a-ahci"; 1134 reg = <0x0 0x3210000 1064 reg = <0x0 0x3210000 0x0 0x10000>, 1135 <0x7 0x100520 0 1065 <0x7 0x100520 0x0 0x4>; 1136 reg-names = "ahci", " 1066 reg-names = "ahci", "sata-ecc"; 1137 interrupts = <GIC_SPI 1067 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>; 1138 clocks = <&clockgen Q 1068 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 1139 Q 1069 QORIQ_CLK_PLL_DIV(4)>; 1140 dma-coherent; 1070 dma-coherent; 1141 status = "disabled"; 1071 status = "disabled"; 1142 }; 1072 }; 1143 1073 1144 sata2: sata@3220000 { 1074 sata2: sata@3220000 { 1145 compatible = "fsl,lx2 1075 compatible = "fsl,lx2160a-ahci"; 1146 reg = <0x0 0x3220000 1076 reg = <0x0 0x3220000 0x0 0x10000>, 1147 <0x7 0x100520 0 1077 <0x7 0x100520 0x0 0x4>; 1148 reg-names = "ahci", " 1078 reg-names = "ahci", "sata-ecc"; 1149 interrupts = <GIC_SPI 1079 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 1150 clocks = <&clockgen Q 1080 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 1151 Q 1081 QORIQ_CLK_PLL_DIV(4)>; 1152 dma-coherent; 1082 dma-coherent; 1153 status = "disabled"; 1083 status = "disabled"; 1154 }; 1084 }; 1155 1085 1156 sata3: sata@3230000 { 1086 sata3: sata@3230000 { 1157 compatible = "fsl,lx2 1087 compatible = "fsl,lx2160a-ahci"; 1158 reg = <0x0 0x3230000 1088 reg = <0x0 0x3230000 0x0 0x10000>, 1159 <0x7 0x100520 0 1089 <0x7 0x100520 0x0 0x4>; 1160 reg-names = "ahci", " 1090 reg-names = "ahci", "sata-ecc"; 1161 interrupts = <GIC_SPI 1091 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; 1162 clocks = <&clockgen Q 1092 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 1163 Q 1093 QORIQ_CLK_PLL_DIV(4)>; 1164 dma-coherent; 1094 dma-coherent; 1165 status = "disabled"; 1095 status = "disabled"; 1166 }; 1096 }; 1167 1097 1168 pcie1: pcie@3400000 { 1098 pcie1: pcie@3400000 { 1169 compatible = "fsl,lx2 1099 compatible = "fsl,lx2160a-pcie"; 1170 reg = <0x00 0x0340000 1100 reg = <0x00 0x03400000 0x0 0x00100000>, /* controller registers */ 1171 <0x80 0x0000000 1101 <0x80 0x00000000 0x0 0x00002000>; /* configuration space */ 1172 reg-names = "csr_axi_ 1102 reg-names = "csr_axi_slave", "config_axi_slave"; 1173 interrupts = <GIC_SPI 1103 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1174 <GIC_SPI 1104 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1175 <GIC_SPI 1105 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1176 interrupt-names = "ae 1106 interrupt-names = "aer", "pme", "intr"; 1177 #address-cells = <3>; 1107 #address-cells = <3>; 1178 #size-cells = <2>; 1108 #size-cells = <2>; 1179 device_type = "pci"; 1109 device_type = "pci"; 1180 dma-coherent; 1110 dma-coherent; 1181 apio-wins = <8>; 1111 apio-wins = <8>; 1182 ppio-wins = <8>; 1112 ppio-wins = <8>; 1183 bus-range = <0x0 0xff 1113 bus-range = <0x0 0xff>; 1184 ranges = <0x82000000 1114 ranges = <0x82000000 0x0 0x40000000 0x80 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1185 msi-parent = <&its 0> !! 1115 msi-parent = <&its>; 1186 #interrupt-cells = <1 1116 #interrupt-cells = <1>; 1187 interrupt-map-mask = 1117 interrupt-map-mask = <0 0 0 7>; 1188 interrupt-map = <0000 1118 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 1189 <0000 1119 <0000 0 0 2 &gic 0 0 GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 1190 <0000 1120 <0000 0 0 3 &gic 0 0 GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, 1191 <0000 1121 <0000 0 0 4 &gic 0 0 GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; 1192 iommu-map = <0 &smmu 1122 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1193 status = "disabled"; 1123 status = "disabled"; 1194 }; 1124 }; 1195 1125 1196 pcie2: pcie@3500000 { 1126 pcie2: pcie@3500000 { 1197 compatible = "fsl,lx2 1127 compatible = "fsl,lx2160a-pcie"; 1198 reg = <0x00 0x0350000 1128 reg = <0x00 0x03500000 0x0 0x00100000>, /* controller registers */ 1199 <0x88 0x0000000 1129 <0x88 0x00000000 0x0 0x00002000>; /* configuration space */ 1200 reg-names = "csr_axi_ 1130 reg-names = "csr_axi_slave", "config_axi_slave"; 1201 interrupts = <GIC_SPI 1131 interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1202 <GIC_SPI 1132 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1203 <GIC_SPI 1133 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1204 interrupt-names = "ae 1134 interrupt-names = "aer", "pme", "intr"; 1205 #address-cells = <3>; 1135 #address-cells = <3>; 1206 #size-cells = <2>; 1136 #size-cells = <2>; 1207 device_type = "pci"; 1137 device_type = "pci"; 1208 dma-coherent; 1138 dma-coherent; 1209 apio-wins = <8>; 1139 apio-wins = <8>; 1210 ppio-wins = <8>; 1140 ppio-wins = <8>; 1211 bus-range = <0x0 0xff 1141 bus-range = <0x0 0xff>; 1212 ranges = <0x82000000 1142 ranges = <0x82000000 0x0 0x40000000 0x88 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1213 msi-parent = <&its 0> !! 1143 msi-parent = <&its>; 1214 #interrupt-cells = <1 1144 #interrupt-cells = <1>; 1215 interrupt-map-mask = 1145 interrupt-map-mask = <0 0 0 7>; 1216 interrupt-map = <0000 1146 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, 1217 <0000 1147 <0000 0 0 2 &gic 0 0 GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 1218 <0000 1148 <0000 0 0 3 &gic 0 0 GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 1219 <0000 1149 <0000 0 0 4 &gic 0 0 GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; 1220 iommu-map = <0 &smmu 1150 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1221 status = "disabled"; 1151 status = "disabled"; 1222 }; 1152 }; 1223 1153 1224 pcie3: pcie@3600000 { 1154 pcie3: pcie@3600000 { 1225 compatible = "fsl,lx2 1155 compatible = "fsl,lx2160a-pcie"; 1226 reg = <0x00 0x0360000 1156 reg = <0x00 0x03600000 0x0 0x00100000>, /* controller registers */ 1227 <0x90 0x0000000 1157 <0x90 0x00000000 0x0 0x00002000>; /* configuration space */ 1228 reg-names = "csr_axi_ 1158 reg-names = "csr_axi_slave", "config_axi_slave"; 1229 interrupts = <GIC_SPI 1159 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1230 <GIC_SPI 1160 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1231 <GIC_SPI 1161 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1232 interrupt-names = "ae 1162 interrupt-names = "aer", "pme", "intr"; 1233 #address-cells = <3>; 1163 #address-cells = <3>; 1234 #size-cells = <2>; 1164 #size-cells = <2>; 1235 device_type = "pci"; 1165 device_type = "pci"; 1236 dma-coherent; 1166 dma-coherent; 1237 apio-wins = <256>; 1167 apio-wins = <256>; 1238 ppio-wins = <24>; 1168 ppio-wins = <24>; 1239 bus-range = <0x0 0xff 1169 bus-range = <0x0 0xff>; 1240 ranges = <0x82000000 1170 ranges = <0x82000000 0x0 0x40000000 0x90 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1241 msi-parent = <&its 0> !! 1171 msi-parent = <&its>; 1242 #interrupt-cells = <1 1172 #interrupt-cells = <1>; 1243 interrupt-map-mask = 1173 interrupt-map-mask = <0 0 0 7>; 1244 interrupt-map = <0000 1174 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, 1245 <0000 1175 <0000 0 0 2 &gic 0 0 GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, 1246 <0000 1176 <0000 0 0 3 &gic 0 0 GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 1247 <0000 1177 <0000 0 0 4 &gic 0 0 GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; 1248 iommu-map = <0 &smmu 1178 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1249 status = "disabled"; 1179 status = "disabled"; 1250 }; 1180 }; 1251 1181 1252 pcie4: pcie@3700000 { 1182 pcie4: pcie@3700000 { 1253 compatible = "fsl,lx2 1183 compatible = "fsl,lx2160a-pcie"; 1254 reg = <0x00 0x0370000 1184 reg = <0x00 0x03700000 0x0 0x00100000>, /* controller registers */ 1255 <0x98 0x0000000 1185 <0x98 0x00000000 0x0 0x00002000>; /* configuration space */ 1256 reg-names = "csr_axi_ 1186 reg-names = "csr_axi_slave", "config_axi_slave"; 1257 interrupts = <GIC_SPI 1187 interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1258 <GIC_SPI 1188 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1259 <GIC_SPI 1189 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1260 interrupt-names = "ae 1190 interrupt-names = "aer", "pme", "intr"; 1261 #address-cells = <3>; 1191 #address-cells = <3>; 1262 #size-cells = <2>; 1192 #size-cells = <2>; 1263 device_type = "pci"; 1193 device_type = "pci"; 1264 dma-coherent; 1194 dma-coherent; 1265 apio-wins = <8>; 1195 apio-wins = <8>; 1266 ppio-wins = <8>; 1196 ppio-wins = <8>; 1267 bus-range = <0x0 0xff 1197 bus-range = <0x0 0xff>; 1268 ranges = <0x82000000 1198 ranges = <0x82000000 0x0 0x40000000 0x98 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1269 msi-parent = <&its 0> !! 1199 msi-parent = <&its>; 1270 #interrupt-cells = <1 1200 #interrupt-cells = <1>; 1271 interrupt-map-mask = 1201 interrupt-map-mask = <0 0 0 7>; 1272 interrupt-map = <0000 1202 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, 1273 <0000 1203 <0000 0 0 2 &gic 0 0 GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>, 1274 <0000 1204 <0000 0 0 3 &gic 0 0 GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>, 1275 <0000 1205 <0000 0 0 4 &gic 0 0 GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; 1276 iommu-map = <0 &smmu 1206 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1277 status = "disabled"; 1207 status = "disabled"; 1278 }; 1208 }; 1279 1209 1280 pcie5: pcie@3800000 { 1210 pcie5: pcie@3800000 { 1281 compatible = "fsl,lx2 1211 compatible = "fsl,lx2160a-pcie"; 1282 reg = <0x00 0x0380000 1212 reg = <0x00 0x03800000 0x0 0x00100000>, /* controller registers */ 1283 <0xa0 0x0000000 1213 <0xa0 0x00000000 0x0 0x00002000>; /* configuration space */ 1284 reg-names = "csr_axi_ 1214 reg-names = "csr_axi_slave", "config_axi_slave"; 1285 interrupts = <GIC_SPI 1215 interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1286 <GIC_SPI 1216 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1287 <GIC_SPI 1217 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1288 interrupt-names = "ae 1218 interrupt-names = "aer", "pme", "intr"; 1289 #address-cells = <3>; 1219 #address-cells = <3>; 1290 #size-cells = <2>; 1220 #size-cells = <2>; 1291 device_type = "pci"; 1221 device_type = "pci"; 1292 dma-coherent; 1222 dma-coherent; 1293 apio-wins = <256>; 1223 apio-wins = <256>; 1294 ppio-wins = <24>; 1224 ppio-wins = <24>; 1295 bus-range = <0x0 0xff 1225 bus-range = <0x0 0xff>; 1296 ranges = <0x82000000 1226 ranges = <0x82000000 0x0 0x40000000 0xa0 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1297 msi-parent = <&its 0> !! 1227 msi-parent = <&its>; 1298 #interrupt-cells = <1 1228 #interrupt-cells = <1>; 1299 interrupt-map-mask = 1229 interrupt-map-mask = <0 0 0 7>; 1300 interrupt-map = <0000 1230 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>, 1301 <0000 1231 <0000 0 0 2 &gic 0 0 GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 1302 <0000 1232 <0000 0 0 3 &gic 0 0 GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 1303 <0000 1233 <0000 0 0 4 &gic 0 0 GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>; 1304 iommu-map = <0 &smmu 1234 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1305 status = "disabled"; 1235 status = "disabled"; 1306 }; 1236 }; 1307 1237 1308 pcie6: pcie@3900000 { 1238 pcie6: pcie@3900000 { 1309 compatible = "fsl,lx2 1239 compatible = "fsl,lx2160a-pcie"; 1310 reg = <0x00 0x0390000 1240 reg = <0x00 0x03900000 0x0 0x00100000>, /* controller registers */ 1311 <0xa8 0x0000000 1241 <0xa8 0x00000000 0x0 0x00002000>; /* configuration space */ 1312 reg-names = "csr_axi_ 1242 reg-names = "csr_axi_slave", "config_axi_slave"; 1313 interrupts = <GIC_SPI 1243 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */ 1314 <GIC_SPI 1244 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */ 1315 <GIC_SPI 1245 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ 1316 interrupt-names = "ae 1246 interrupt-names = "aer", "pme", "intr"; 1317 #address-cells = <3>; 1247 #address-cells = <3>; 1318 #size-cells = <2>; 1248 #size-cells = <2>; 1319 device_type = "pci"; 1249 device_type = "pci"; 1320 dma-coherent; 1250 dma-coherent; 1321 apio-wins = <8>; 1251 apio-wins = <8>; 1322 ppio-wins = <8>; 1252 ppio-wins = <8>; 1323 bus-range = <0x0 0xff 1253 bus-range = <0x0 0xff>; 1324 ranges = <0x82000000 1254 ranges = <0x82000000 0x0 0x40000000 0xa8 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1325 msi-parent = <&its 0> !! 1255 msi-parent = <&its>; 1326 #interrupt-cells = <1 1256 #interrupt-cells = <1>; 1327 interrupt-map-mask = 1257 interrupt-map-mask = <0 0 0 7>; 1328 interrupt-map = <0000 1258 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 1329 <0000 1259 <0000 0 0 2 &gic 0 0 GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, 1330 <0000 1260 <0000 0 0 3 &gic 0 0 GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, 1331 <0000 1261 <0000 0 0 4 &gic 0 0 GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; 1332 iommu-map = <0 &smmu 1262 iommu-map = <0 &smmu 0 1>; /* Fixed-up by bootloader */ 1333 status = "disabled"; 1263 status = "disabled"; 1334 }; 1264 }; 1335 1265 1336 smmu: iommu@5000000 { 1266 smmu: iommu@5000000 { 1337 compatible = "arm,mmu 1267 compatible = "arm,mmu-500"; 1338 reg = <0 0x5000000 0 1268 reg = <0 0x5000000 0 0x800000>; 1339 #iommu-cells = <1>; 1269 #iommu-cells = <1>; 1340 #global-interrupts = 1270 #global-interrupts = <14>; 1341 // globa 1271 // global secure fault 1342 interrupts = <GIC_SPI 1272 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 1343 // combi 1273 // combined secure 1344 <GIC_SPI 1274 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>, 1345 // globa 1275 // global non-secure fault 1346 <GIC_SPI 1276 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>, 1347 // combi 1277 // combined non-secure 1348 <GIC_SPI 1278 <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>, 1349 // perfo 1279 // performance counter interrupts 0-9 1350 <GIC_SPI 1280 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, 1351 <GIC_SPI 1281 <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>, 1352 <GIC_SPI 1282 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>, 1353 <GIC_SPI 1283 <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>, 1354 <GIC_SPI 1284 <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>, 1355 <GIC_SPI 1285 <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>, 1356 <GIC_SPI 1286 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>, 1357 <GIC_SPI 1287 <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>, 1358 <GIC_SPI 1288 <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>, 1359 <GIC_SPI 1289 <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>, 1360 // per c 1290 // per context interrupt, 64 interrupts 1361 <GIC_SPI 1291 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, 1362 <GIC_SPI 1292 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>, 1363 <GIC_SPI 1293 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>, 1364 <GIC_SPI 1294 <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>, 1365 <GIC_SPI 1295 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>, 1366 <GIC_SPI 1296 <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>, 1367 <GIC_SPI 1297 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>, 1368 <GIC_SPI 1298 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>, 1369 <GIC_SPI 1299 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>, 1370 <GIC_SPI 1300 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>, 1371 <GIC_SPI 1301 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>, 1372 <GIC_SPI 1302 <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, 1373 <GIC_SPI 1303 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>, 1374 <GIC_SPI 1304 <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>, 1375 <GIC_SPI 1305 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, 1376 <GIC_SPI 1306 <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, 1377 <GIC_SPI 1307 <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, 1378 <GIC_SPI 1308 <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 1379 <GIC_SPI 1309 <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>, 1380 <GIC_SPI 1310 <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>, 1381 <GIC_SPI 1311 <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>, 1382 <GIC_SPI 1312 <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, 1383 <GIC_SPI 1313 <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>, 1384 <GIC_SPI 1314 <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>, 1385 <GIC_SPI 1315 <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, 1386 <GIC_SPI 1316 <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>, 1387 <GIC_SPI 1317 <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>, 1388 <GIC_SPI 1318 <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>, 1389 <GIC_SPI 1319 <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>, 1390 <GIC_SPI 1320 <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>, 1391 <GIC_SPI 1321 <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>, 1392 <GIC_SPI 1322 <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>, 1393 <GIC_SPI 1323 <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>, 1394 <GIC_SPI 1324 <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>, 1395 <GIC_SPI 1325 <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>, 1396 <GIC_SPI 1326 <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>, 1397 <GIC_SPI 1327 <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>, 1398 <GIC_SPI 1328 <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>, 1399 <GIC_SPI 1329 <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>, 1400 <GIC_SPI 1330 <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>, 1401 <GIC_SPI 1331 <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>, 1402 <GIC_SPI 1332 <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>, 1403 <GIC_SPI 1333 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, 1404 <GIC_SPI 1334 <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>, 1405 <GIC_SPI 1335 <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>, 1406 <GIC_SPI 1336 <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>, 1407 <GIC_SPI 1337 <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, 1408 <GIC_SPI 1338 <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>, 1409 <GIC_SPI 1339 <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>, 1410 <GIC_SPI 1340 <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>, 1411 <GIC_SPI 1341 <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>, 1412 <GIC_SPI 1342 <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>, 1413 <GIC_SPI 1343 <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>, 1414 <GIC_SPI 1344 <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>, 1415 <GIC_SPI 1345 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>, 1416 <GIC_SPI 1346 <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>, 1417 <GIC_SPI 1347 <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>, 1418 <GIC_SPI 1348 <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>, 1419 <GIC_SPI 1349 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>, 1420 <GIC_SPI 1350 <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>, 1421 <GIC_SPI 1351 <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>, 1422 <GIC_SPI 1352 <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>, 1423 <GIC_SPI 1353 <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>, 1424 <GIC_SPI 1354 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>; 1425 dma-coherent; 1355 dma-coherent; 1426 }; 1356 }; 1427 1357 1428 console@8340020 { 1358 console@8340020 { 1429 compatible = "fsl,dpa 1359 compatible = "fsl,dpaa2-console"; 1430 reg = <0x00000000 0x0 1360 reg = <0x00000000 0x08340020 0 0x2>; 1431 }; 1361 }; 1432 1362 1433 ptp-timer@8b95000 { 1363 ptp-timer@8b95000 { 1434 compatible = "fsl,dpa 1364 compatible = "fsl,dpaa2-ptp"; 1435 reg = <0x0 0x8b95000 1365 reg = <0x0 0x8b95000 0x0 0x100>; 1436 clocks = <&clockgen Q 1366 clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL 1437 Q 1367 QORIQ_CLK_PLL_DIV(2)>; 1438 little-endian; 1368 little-endian; 1439 fsl,extts-fifo; 1369 fsl,extts-fifo; 1440 }; 1370 }; 1441 1371 1442 /* WRIOP0: 0x8b8_0000, E-MDIO 1372 /* WRIOP0: 0x8b8_0000, E-MDIO1: 0x1_6000 */ 1443 emdio1: mdio@8b96000 { 1373 emdio1: mdio@8b96000 { 1444 compatible = "fsl,fma 1374 compatible = "fsl,fman-memac-mdio"; 1445 reg = <0x0 0x8b96000 1375 reg = <0x0 0x8b96000 0x0 0x1000>; 1446 interrupts = <GIC_SPI 1376 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; 1447 #address-cells = <1>; 1377 #address-cells = <1>; 1448 #size-cells = <0>; 1378 #size-cells = <0>; 1449 little-endian; 1379 little-endian; 1450 clock-frequency = <25 << 1451 clocks = <&clockgen Q << 1452 Q << 1453 status = "disabled"; 1380 status = "disabled"; 1454 }; 1381 }; 1455 1382 1456 emdio2: mdio@8b97000 { 1383 emdio2: mdio@8b97000 { 1457 compatible = "fsl,fma 1384 compatible = "fsl,fman-memac-mdio"; 1458 reg = <0x0 0x8b97000 1385 reg = <0x0 0x8b97000 0x0 0x1000>; 1459 interrupts = <GIC_SPI 1386 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; 1460 little-endian; 1387 little-endian; 1461 #address-cells = <1>; 1388 #address-cells = <1>; 1462 #size-cells = <0>; 1389 #size-cells = <0>; 1463 clock-frequency = <25 << 1464 clocks = <&clockgen Q << 1465 Q << 1466 status = "disabled"; 1390 status = "disabled"; 1467 }; 1391 }; 1468 1392 1469 pcs_mdio1: mdio@8c07000 { 1393 pcs_mdio1: mdio@8c07000 { 1470 compatible = "fsl,fma 1394 compatible = "fsl,fman-memac-mdio"; 1471 reg = <0x0 0x8c07000 1395 reg = <0x0 0x8c07000 0x0 0x1000>; 1472 little-endian; 1396 little-endian; 1473 #address-cells = <1>; 1397 #address-cells = <1>; 1474 #size-cells = <0>; 1398 #size-cells = <0>; 1475 status = "disabled"; 1399 status = "disabled"; 1476 1400 1477 pcs1: ethernet-phy@0 1401 pcs1: ethernet-phy@0 { 1478 reg = <0>; 1402 reg = <0>; 1479 }; 1403 }; 1480 }; 1404 }; 1481 1405 1482 pcs_mdio2: mdio@8c0b000 { 1406 pcs_mdio2: mdio@8c0b000 { 1483 compatible = "fsl,fma 1407 compatible = "fsl,fman-memac-mdio"; 1484 reg = <0x0 0x8c0b000 1408 reg = <0x0 0x8c0b000 0x0 0x1000>; 1485 little-endian; 1409 little-endian; 1486 #address-cells = <1>; 1410 #address-cells = <1>; 1487 #size-cells = <0>; 1411 #size-cells = <0>; 1488 status = "disabled"; 1412 status = "disabled"; 1489 1413 1490 pcs2: ethernet-phy@0 1414 pcs2: ethernet-phy@0 { 1491 reg = <0>; 1415 reg = <0>; 1492 }; 1416 }; 1493 }; 1417 }; 1494 1418 1495 pcs_mdio3: mdio@8c0f000 { 1419 pcs_mdio3: mdio@8c0f000 { 1496 compatible = "fsl,fma 1420 compatible = "fsl,fman-memac-mdio"; 1497 reg = <0x0 0x8c0f000 1421 reg = <0x0 0x8c0f000 0x0 0x1000>; 1498 little-endian; 1422 little-endian; 1499 #address-cells = <1>; 1423 #address-cells = <1>; 1500 #size-cells = <0>; 1424 #size-cells = <0>; 1501 status = "disabled"; 1425 status = "disabled"; 1502 1426 1503 pcs3: ethernet-phy@0 1427 pcs3: ethernet-phy@0 { 1504 reg = <0>; 1428 reg = <0>; 1505 }; 1429 }; 1506 }; 1430 }; 1507 1431 1508 pcs_mdio4: mdio@8c13000 { 1432 pcs_mdio4: mdio@8c13000 { 1509 compatible = "fsl,fma 1433 compatible = "fsl,fman-memac-mdio"; 1510 reg = <0x0 0x8c13000 1434 reg = <0x0 0x8c13000 0x0 0x1000>; 1511 little-endian; 1435 little-endian; 1512 #address-cells = <1>; 1436 #address-cells = <1>; 1513 #size-cells = <0>; 1437 #size-cells = <0>; 1514 status = "disabled"; 1438 status = "disabled"; 1515 1439 1516 pcs4: ethernet-phy@0 1440 pcs4: ethernet-phy@0 { 1517 reg = <0>; 1441 reg = <0>; 1518 }; 1442 }; 1519 }; 1443 }; 1520 1444 1521 pcs_mdio5: mdio@8c17000 { 1445 pcs_mdio5: mdio@8c17000 { 1522 compatible = "fsl,fma 1446 compatible = "fsl,fman-memac-mdio"; 1523 reg = <0x0 0x8c17000 1447 reg = <0x0 0x8c17000 0x0 0x1000>; 1524 little-endian; 1448 little-endian; 1525 #address-cells = <1>; 1449 #address-cells = <1>; 1526 #size-cells = <0>; 1450 #size-cells = <0>; 1527 status = "disabled"; 1451 status = "disabled"; 1528 1452 1529 pcs5: ethernet-phy@0 1453 pcs5: ethernet-phy@0 { 1530 reg = <0>; 1454 reg = <0>; 1531 }; 1455 }; 1532 }; 1456 }; 1533 1457 1534 pcs_mdio6: mdio@8c1b000 { 1458 pcs_mdio6: mdio@8c1b000 { 1535 compatible = "fsl,fma 1459 compatible = "fsl,fman-memac-mdio"; 1536 reg = <0x0 0x8c1b000 1460 reg = <0x0 0x8c1b000 0x0 0x1000>; 1537 little-endian; 1461 little-endian; 1538 #address-cells = <1>; 1462 #address-cells = <1>; 1539 #size-cells = <0>; 1463 #size-cells = <0>; 1540 status = "disabled"; 1464 status = "disabled"; 1541 1465 1542 pcs6: ethernet-phy@0 1466 pcs6: ethernet-phy@0 { 1543 reg = <0>; 1467 reg = <0>; 1544 }; 1468 }; 1545 }; 1469 }; 1546 1470 1547 pcs_mdio7: mdio@8c1f000 { 1471 pcs_mdio7: mdio@8c1f000 { 1548 compatible = "fsl,fma 1472 compatible = "fsl,fman-memac-mdio"; 1549 reg = <0x0 0x8c1f000 1473 reg = <0x0 0x8c1f000 0x0 0x1000>; 1550 little-endian; 1474 little-endian; 1551 #address-cells = <1>; 1475 #address-cells = <1>; 1552 #size-cells = <0>; 1476 #size-cells = <0>; 1553 status = "disabled"; 1477 status = "disabled"; 1554 1478 1555 pcs7: ethernet-phy@0 1479 pcs7: ethernet-phy@0 { 1556 reg = <0>; 1480 reg = <0>; 1557 }; 1481 }; 1558 }; 1482 }; 1559 1483 1560 pcs_mdio8: mdio@8c23000 { 1484 pcs_mdio8: mdio@8c23000 { 1561 compatible = "fsl,fma 1485 compatible = "fsl,fman-memac-mdio"; 1562 reg = <0x0 0x8c23000 1486 reg = <0x0 0x8c23000 0x0 0x1000>; 1563 little-endian; 1487 little-endian; 1564 #address-cells = <1>; 1488 #address-cells = <1>; 1565 #size-cells = <0>; 1489 #size-cells = <0>; 1566 status = "disabled"; 1490 status = "disabled"; 1567 1491 1568 pcs8: ethernet-phy@0 1492 pcs8: ethernet-phy@0 { 1569 reg = <0>; 1493 reg = <0>; 1570 }; 1494 }; 1571 }; 1495 }; 1572 1496 1573 pcs_mdio9: mdio@8c27000 { 1497 pcs_mdio9: mdio@8c27000 { 1574 compatible = "fsl,fma 1498 compatible = "fsl,fman-memac-mdio"; 1575 reg = <0x0 0x8c27000 1499 reg = <0x0 0x8c27000 0x0 0x1000>; 1576 little-endian; 1500 little-endian; 1577 #address-cells = <1>; 1501 #address-cells = <1>; 1578 #size-cells = <0>; 1502 #size-cells = <0>; 1579 status = "disabled"; 1503 status = "disabled"; 1580 1504 1581 pcs9: ethernet-phy@0 1505 pcs9: ethernet-phy@0 { 1582 reg = <0>; 1506 reg = <0>; 1583 }; 1507 }; 1584 }; 1508 }; 1585 1509 1586 pcs_mdio10: mdio@8c2b000 { 1510 pcs_mdio10: mdio@8c2b000 { 1587 compatible = "fsl,fma 1511 compatible = "fsl,fman-memac-mdio"; 1588 reg = <0x0 0x8c2b000 1512 reg = <0x0 0x8c2b000 0x0 0x1000>; 1589 little-endian; 1513 little-endian; 1590 #address-cells = <1>; 1514 #address-cells = <1>; 1591 #size-cells = <0>; 1515 #size-cells = <0>; 1592 status = "disabled"; 1516 status = "disabled"; 1593 1517 1594 pcs10: ethernet-phy@0 1518 pcs10: ethernet-phy@0 { 1595 reg = <0>; 1519 reg = <0>; 1596 }; 1520 }; 1597 }; 1521 }; 1598 1522 1599 pcs_mdio11: mdio@8c2f000 { 1523 pcs_mdio11: mdio@8c2f000 { 1600 compatible = "fsl,fma 1524 compatible = "fsl,fman-memac-mdio"; 1601 reg = <0x0 0x8c2f000 1525 reg = <0x0 0x8c2f000 0x0 0x1000>; 1602 little-endian; 1526 little-endian; 1603 #address-cells = <1>; 1527 #address-cells = <1>; 1604 #size-cells = <0>; 1528 #size-cells = <0>; 1605 status = "disabled"; 1529 status = "disabled"; 1606 1530 1607 pcs11: ethernet-phy@0 1531 pcs11: ethernet-phy@0 { 1608 reg = <0>; 1532 reg = <0>; 1609 }; 1533 }; 1610 }; 1534 }; 1611 1535 1612 pcs_mdio12: mdio@8c33000 { 1536 pcs_mdio12: mdio@8c33000 { 1613 compatible = "fsl,fma 1537 compatible = "fsl,fman-memac-mdio"; 1614 reg = <0x0 0x8c33000 1538 reg = <0x0 0x8c33000 0x0 0x1000>; 1615 little-endian; 1539 little-endian; 1616 #address-cells = <1>; 1540 #address-cells = <1>; 1617 #size-cells = <0>; 1541 #size-cells = <0>; 1618 status = "disabled"; 1542 status = "disabled"; 1619 1543 1620 pcs12: ethernet-phy@0 1544 pcs12: ethernet-phy@0 { 1621 reg = <0>; 1545 reg = <0>; 1622 }; 1546 }; 1623 }; 1547 }; 1624 1548 1625 pcs_mdio13: mdio@8c37000 { 1549 pcs_mdio13: mdio@8c37000 { 1626 compatible = "fsl,fma 1550 compatible = "fsl,fman-memac-mdio"; 1627 reg = <0x0 0x8c37000 1551 reg = <0x0 0x8c37000 0x0 0x1000>; 1628 little-endian; 1552 little-endian; 1629 #address-cells = <1>; 1553 #address-cells = <1>; 1630 #size-cells = <0>; 1554 #size-cells = <0>; 1631 status = "disabled"; 1555 status = "disabled"; 1632 1556 1633 pcs13: ethernet-phy@0 1557 pcs13: ethernet-phy@0 { 1634 reg = <0>; 1558 reg = <0>; 1635 }; 1559 }; 1636 }; 1560 }; 1637 1561 1638 pcs_mdio14: mdio@8c3b000 { 1562 pcs_mdio14: mdio@8c3b000 { 1639 compatible = "fsl,fma 1563 compatible = "fsl,fman-memac-mdio"; 1640 reg = <0x0 0x8c3b000 1564 reg = <0x0 0x8c3b000 0x0 0x1000>; 1641 little-endian; 1565 little-endian; 1642 #address-cells = <1>; 1566 #address-cells = <1>; 1643 #size-cells = <0>; 1567 #size-cells = <0>; 1644 status = "disabled"; 1568 status = "disabled"; 1645 1569 1646 pcs14: ethernet-phy@0 1570 pcs14: ethernet-phy@0 { 1647 reg = <0>; 1571 reg = <0>; 1648 }; 1572 }; 1649 }; 1573 }; 1650 1574 1651 pcs_mdio15: mdio@8c3f000 { 1575 pcs_mdio15: mdio@8c3f000 { 1652 compatible = "fsl,fma 1576 compatible = "fsl,fman-memac-mdio"; 1653 reg = <0x0 0x8c3f000 1577 reg = <0x0 0x8c3f000 0x0 0x1000>; 1654 little-endian; 1578 little-endian; 1655 #address-cells = <1>; 1579 #address-cells = <1>; 1656 #size-cells = <0>; 1580 #size-cells = <0>; 1657 status = "disabled"; 1581 status = "disabled"; 1658 1582 1659 pcs15: ethernet-phy@0 1583 pcs15: ethernet-phy@0 { 1660 reg = <0>; 1584 reg = <0>; 1661 }; 1585 }; 1662 }; 1586 }; 1663 1587 1664 pcs_mdio16: mdio@8c43000 { 1588 pcs_mdio16: mdio@8c43000 { 1665 compatible = "fsl,fma 1589 compatible = "fsl,fman-memac-mdio"; 1666 reg = <0x0 0x8c43000 1590 reg = <0x0 0x8c43000 0x0 0x1000>; 1667 little-endian; 1591 little-endian; 1668 #address-cells = <1>; 1592 #address-cells = <1>; 1669 #size-cells = <0>; 1593 #size-cells = <0>; 1670 status = "disabled"; 1594 status = "disabled"; 1671 1595 1672 pcs16: ethernet-phy@0 1596 pcs16: ethernet-phy@0 { 1673 reg = <0>; 1597 reg = <0>; 1674 }; 1598 }; 1675 }; 1599 }; 1676 1600 1677 pcs_mdio17: mdio@8c47000 { 1601 pcs_mdio17: mdio@8c47000 { 1678 compatible = "fsl,fma 1602 compatible = "fsl,fman-memac-mdio"; 1679 reg = <0x0 0x8c47000 1603 reg = <0x0 0x8c47000 0x0 0x1000>; 1680 little-endian; 1604 little-endian; 1681 #address-cells = <1>; 1605 #address-cells = <1>; 1682 #size-cells = <0>; 1606 #size-cells = <0>; 1683 status = "disabled"; 1607 status = "disabled"; 1684 1608 1685 pcs17: ethernet-phy@0 1609 pcs17: ethernet-phy@0 { 1686 reg = <0>; 1610 reg = <0>; 1687 }; 1611 }; 1688 }; 1612 }; 1689 1613 1690 pcs_mdio18: mdio@8c4b000 { 1614 pcs_mdio18: mdio@8c4b000 { 1691 compatible = "fsl,fma 1615 compatible = "fsl,fman-memac-mdio"; 1692 reg = <0x0 0x8c4b000 1616 reg = <0x0 0x8c4b000 0x0 0x1000>; 1693 little-endian; 1617 little-endian; 1694 #address-cells = <1>; 1618 #address-cells = <1>; 1695 #size-cells = <0>; 1619 #size-cells = <0>; 1696 status = "disabled"; 1620 status = "disabled"; 1697 1621 1698 pcs18: ethernet-phy@0 1622 pcs18: ethernet-phy@0 { 1699 reg = <0>; 1623 reg = <0>; 1700 }; 1624 }; 1701 }; 1625 }; 1702 1626 1703 pinmux_i2crv: pinmux@70010012 << 1704 compatible = "pinctrl << 1705 reg = <0x00000007 0x0 << 1706 #address-cells = <1>; << 1707 #size-cells = <0>; << 1708 pinctrl-single,bit-pe << 1709 pinctrl-single,regist << 1710 pinctrl-single,functi << 1711 << 1712 i2c1_scl: i2c1-scl-pi << 1713 pinctrl-singl << 1714 }; << 1715 << 1716 i2c1_scl_gpio: i2c1-s << 1717 pinctrl-singl << 1718 }; << 1719 << 1720 i2c2_scl: i2c2-scl-pi << 1721 pinctrl-singl << 1722 }; << 1723 << 1724 i2c2_scl_gpio: i2c2-s << 1725 pinctrl-singl << 1726 }; << 1727 << 1728 i2c3_scl: i2c3-scl-pi << 1729 pinctrl-singl << 1730 }; << 1731 << 1732 i2c3_scl_gpio: i2c3-s << 1733 pinctrl-singl << 1734 }; << 1735 << 1736 i2c4_scl: i2c4-scl-pi << 1737 pinctrl-singl << 1738 }; << 1739 << 1740 i2c4_scl_gpio: i2c4-s << 1741 pinctrl-singl << 1742 }; << 1743 << 1744 i2c5_scl: i2c5-scl-pi << 1745 pinctrl-singl << 1746 }; << 1747 << 1748 i2c5_scl_gpio: i2c5-s << 1749 pinctrl-singl << 1750 }; << 1751 << 1752 i2c6_scl: i2c6-scl-pi << 1753 pinctrl-singl << 1754 }; << 1755 << 1756 i2c6_scl_gpio: i2c6-s << 1757 pinctrl-singl << 1758 }; << 1759 << 1760 i2c7_scl: i2c7-scl-pi << 1761 pinctrl-singl << 1762 }; << 1763 << 1764 i2c7_scl_gpio: i2c7-s << 1765 pinctrl-singl << 1766 }; << 1767 << 1768 i2c0_scl: i2c0-scl-pi << 1769 pinctrl-singl << 1770 }; << 1771 << 1772 i2c0_scl_gpio: i2c0-s << 1773 pinctrl-singl << 1774 }; << 1775 }; << 1776 << 1777 fsl_mc: fsl-mc@80c000000 { 1627 fsl_mc: fsl-mc@80c000000 { 1778 compatible = "fsl,qor 1628 compatible = "fsl,qoriq-mc"; 1779 reg = <0x00000008 0x0 1629 reg = <0x00000008 0x0c000000 0 0x40>, 1780 <0x00000000 0x0 1630 <0x00000000 0x08340000 0 0x40000>; 1781 msi-parent = <&its 0> !! 1631 msi-parent = <&its>; 1782 /* iommu-map property 1632 /* iommu-map property is fixed up by u-boot */ 1783 iommu-map = <0 &smmu 1633 iommu-map = <0 &smmu 0 0>; 1784 dma-coherent; 1634 dma-coherent; 1785 #address-cells = <3>; 1635 #address-cells = <3>; 1786 #size-cells = <1>; 1636 #size-cells = <1>; 1787 1637 1788 /* 1638 /* 1789 * Region type 0x0 - 1639 * Region type 0x0 - MC portals 1790 * Region type 0x1 - 1640 * Region type 0x1 - QBMAN portals 1791 */ 1641 */ 1792 ranges = <0x0 0x0 0x0 1642 ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000 1793 0x1 0x0 0x0 1643 0x1 0x0 0x0 0x8 0x18000000 0x8000000>; 1794 1644 1795 /* 1645 /* 1796 * Define the maximum 1646 * Define the maximum number of MACs present on the SoC. 1797 */ 1647 */ 1798 dpmacs { 1648 dpmacs { 1799 #address-cell 1649 #address-cells = <1>; 1800 #size-cells = 1650 #size-cells = <0>; 1801 1651 1802 dpmac1: ether 1652 dpmac1: ethernet@1 { 1803 compa 1653 compatible = "fsl,qoriq-mc-dpmac"; 1804 reg = 1654 reg = <0x1>; 1805 pcs-h 1655 pcs-handle = <&pcs1>; 1806 }; 1656 }; 1807 1657 1808 dpmac2: ether 1658 dpmac2: ethernet@2 { 1809 compa 1659 compatible = "fsl,qoriq-mc-dpmac"; 1810 reg = 1660 reg = <0x2>; 1811 pcs-h 1661 pcs-handle = <&pcs2>; 1812 }; 1662 }; 1813 1663 1814 dpmac3: ether 1664 dpmac3: ethernet@3 { 1815 compa 1665 compatible = "fsl,qoriq-mc-dpmac"; 1816 reg = 1666 reg = <0x3>; 1817 pcs-h 1667 pcs-handle = <&pcs3>; 1818 }; 1668 }; 1819 1669 1820 dpmac4: ether 1670 dpmac4: ethernet@4 { 1821 compa 1671 compatible = "fsl,qoriq-mc-dpmac"; 1822 reg = 1672 reg = <0x4>; 1823 pcs-h 1673 pcs-handle = <&pcs4>; 1824 }; 1674 }; 1825 1675 1826 dpmac5: ether 1676 dpmac5: ethernet@5 { 1827 compa 1677 compatible = "fsl,qoriq-mc-dpmac"; 1828 reg = 1678 reg = <0x5>; 1829 pcs-h 1679 pcs-handle = <&pcs5>; 1830 }; 1680 }; 1831 1681 1832 dpmac6: ether 1682 dpmac6: ethernet@6 { 1833 compa 1683 compatible = "fsl,qoriq-mc-dpmac"; 1834 reg = 1684 reg = <0x6>; 1835 pcs-h 1685 pcs-handle = <&pcs6>; 1836 }; 1686 }; 1837 1687 1838 dpmac7: ether 1688 dpmac7: ethernet@7 { 1839 compa 1689 compatible = "fsl,qoriq-mc-dpmac"; 1840 reg = 1690 reg = <0x7>; 1841 pcs-h 1691 pcs-handle = <&pcs7>; 1842 }; 1692 }; 1843 1693 1844 dpmac8: ether 1694 dpmac8: ethernet@8 { 1845 compa 1695 compatible = "fsl,qoriq-mc-dpmac"; 1846 reg = 1696 reg = <0x8>; 1847 pcs-h 1697 pcs-handle = <&pcs8>; 1848 }; 1698 }; 1849 1699 1850 dpmac9: ether 1700 dpmac9: ethernet@9 { 1851 compa 1701 compatible = "fsl,qoriq-mc-dpmac"; 1852 reg = 1702 reg = <0x9>; 1853 pcs-h 1703 pcs-handle = <&pcs9>; 1854 }; 1704 }; 1855 1705 1856 dpmac10: ethe 1706 dpmac10: ethernet@a { 1857 compa 1707 compatible = "fsl,qoriq-mc-dpmac"; 1858 reg = 1708 reg = <0xa>; 1859 pcs-h 1709 pcs-handle = <&pcs10>; 1860 }; 1710 }; 1861 1711 1862 dpmac11: ethe 1712 dpmac11: ethernet@b { 1863 compa 1713 compatible = "fsl,qoriq-mc-dpmac"; 1864 reg = 1714 reg = <0xb>; 1865 pcs-h 1715 pcs-handle = <&pcs11>; 1866 }; 1716 }; 1867 1717 1868 dpmac12: ethe 1718 dpmac12: ethernet@c { 1869 compa 1719 compatible = "fsl,qoriq-mc-dpmac"; 1870 reg = 1720 reg = <0xc>; 1871 pcs-h 1721 pcs-handle = <&pcs12>; 1872 }; 1722 }; 1873 1723 1874 dpmac13: ethe 1724 dpmac13: ethernet@d { 1875 compa 1725 compatible = "fsl,qoriq-mc-dpmac"; 1876 reg = 1726 reg = <0xd>; 1877 pcs-h 1727 pcs-handle = <&pcs13>; 1878 }; 1728 }; 1879 1729 1880 dpmac14: ethe 1730 dpmac14: ethernet@e { 1881 compa 1731 compatible = "fsl,qoriq-mc-dpmac"; 1882 reg = 1732 reg = <0xe>; 1883 pcs-h 1733 pcs-handle = <&pcs14>; 1884 }; 1734 }; 1885 1735 1886 dpmac15: ethe 1736 dpmac15: ethernet@f { 1887 compa 1737 compatible = "fsl,qoriq-mc-dpmac"; 1888 reg = 1738 reg = <0xf>; 1889 pcs-h 1739 pcs-handle = <&pcs15>; 1890 }; 1740 }; 1891 1741 1892 dpmac16: ethe 1742 dpmac16: ethernet@10 { 1893 compa 1743 compatible = "fsl,qoriq-mc-dpmac"; 1894 reg = 1744 reg = <0x10>; 1895 pcs-h 1745 pcs-handle = <&pcs16>; 1896 }; 1746 }; 1897 1747 1898 dpmac17: ethe 1748 dpmac17: ethernet@11 { 1899 compa 1749 compatible = "fsl,qoriq-mc-dpmac"; 1900 reg = 1750 reg = <0x11>; 1901 pcs-h 1751 pcs-handle = <&pcs17>; 1902 }; 1752 }; 1903 1753 1904 dpmac18: ethe 1754 dpmac18: ethernet@12 { 1905 compa 1755 compatible = "fsl,qoriq-mc-dpmac"; 1906 reg = 1756 reg = <0x12>; 1907 pcs-h 1757 pcs-handle = <&pcs18>; 1908 }; 1758 }; 1909 }; 1759 }; 1910 }; 1760 }; 1911 }; 1761 }; 1912 1762 1913 firmware { 1763 firmware { 1914 optee: optee { 1764 optee: optee { 1915 compatible = "linaro, 1765 compatible = "linaro,optee-tz"; 1916 method = "smc"; 1766 method = "smc"; 1917 status = "disabled"; 1767 status = "disabled"; 1918 }; 1768 }; 1919 }; 1769 }; 1920 }; 1770 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.