diff options
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 587f10c83be6..0695264ddf1b 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -342,6 +342,21 @@ | |||
342 | reg = <0x10020000 0x20000>; | 342 | reg = <0x10020000 0x20000>; |
343 | ranges; | 343 | ranges; |
344 | 344 | ||
345 | coda: coda@10023000 { | ||
346 | compatible = "fsl,imx27-vpu"; | ||
347 | reg = <0x10023000 0x0200>; | ||
348 | interrupts = <53>; | ||
349 | clocks = <&clks 57>, <&clks 66>; | ||
350 | clock-names = "per", "ahb"; | ||
351 | iram = <&iram>; | ||
352 | }; | ||
353 | |||
354 | clks: ccm@10027000{ | ||
355 | compatible = "fsl,imx27-ccm"; | ||
356 | reg = <0x10027000 0x1000>; | ||
357 | #clock-cells = <1>; | ||
358 | }; | ||
359 | |||
345 | fec: ethernet@1002b000 { | 360 | fec: ethernet@1002b000 { |
346 | compatible = "fsl,imx27-fec"; | 361 | compatible = "fsl,imx27-fec"; |
347 | reg = <0x1002b000 0x4000>; | 362 | reg = <0x1002b000 0x4000>; |
@@ -350,19 +365,16 @@ | |||
350 | clock-names = "ipg", "ahb", "ptp"; | 365 | clock-names = "ipg", "ahb", "ptp"; |
351 | status = "disabled"; | 366 | status = "disabled"; |
352 | }; | 367 | }; |
353 | |||
354 | clks: ccm@10027000{ | ||
355 | compatible = "fsl,imx27-ccm"; | ||
356 | reg = <0x10027000 0x1000>; | ||
357 | #clock-cells = <1>; | ||
358 | }; | ||
359 | }; | 368 | }; |
360 | 369 | ||
370 | iram: iram@ffff4c00 { | ||
371 | compatible = "mmio-sram"; | ||
372 | reg = <0xffff4c00 0xb400>; | ||
373 | }; | ||
361 | 374 | ||
362 | nfc: nand@d8000000 { | 375 | nfc: nand@d8000000 { |
363 | #address-cells = <1>; | 376 | #address-cells = <1>; |
364 | #size-cells = <1>; | 377 | #size-cells = <1>; |
365 | |||
366 | compatible = "fsl,imx27-nand"; | 378 | compatible = "fsl,imx27-nand"; |
367 | reg = <0xd8000000 0x1000>; | 379 | reg = <0xd8000000 0x1000>; |
368 | interrupts = <29>; | 380 | interrupts = <29>; |