diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 216c3317461d..c6121357c1eb 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -61,34 +61,57 @@ | |||
61 | ranges; | 61 | ranges; |
62 | ti,hwmods = "l3_main"; | 62 | ti,hwmods = "l3_main"; |
63 | 63 | ||
64 | intc: interrupt-controller@1 { | 64 | intc: interrupt-controller@48200000 { |
65 | compatible = "ti,omap3-intc"; | 65 | compatible = "ti,omap2-intc"; |
66 | interrupt-controller; | 66 | interrupt-controller; |
67 | #interrupt-cells = <1>; | 67 | #interrupt-cells = <1>; |
68 | ti,intc-size = <96>; | ||
69 | reg = <0x48200000 0x1000>; | ||
68 | }; | 70 | }; |
69 | 71 | ||
70 | uart1: serial@0x4806a000 { | 72 | uart1: serial@4806a000 { |
71 | compatible = "ti,omap3-uart"; | 73 | compatible = "ti,omap3-uart"; |
72 | ti,hwmods = "uart1"; | 74 | ti,hwmods = "uart1"; |
73 | clock-frequency = <48000000>; | 75 | clock-frequency = <48000000>; |
74 | }; | 76 | }; |
75 | 77 | ||
76 | uart2: serial@0x4806c000 { | 78 | uart2: serial@4806c000 { |
77 | compatible = "ti,omap3-uart"; | 79 | compatible = "ti,omap3-uart"; |
78 | ti,hwmods = "uart2"; | 80 | ti,hwmods = "uart2"; |
79 | clock-frequency = <48000000>; | 81 | clock-frequency = <48000000>; |
80 | }; | 82 | }; |
81 | 83 | ||
82 | uart3: serial@0x49020000 { | 84 | uart3: serial@49020000 { |
83 | compatible = "ti,omap3-uart"; | 85 | compatible = "ti,omap3-uart"; |
84 | ti,hwmods = "uart3"; | 86 | ti,hwmods = "uart3"; |
85 | clock-frequency = <48000000>; | 87 | clock-frequency = <48000000>; |
86 | }; | 88 | }; |
87 | 89 | ||
88 | uart4: serial@0x49042000 { | 90 | uart4: serial@49042000 { |
89 | compatible = "ti,omap3-uart"; | 91 | compatible = "ti,omap3-uart"; |
90 | ti,hwmods = "uart4"; | 92 | ti,hwmods = "uart4"; |
91 | clock-frequency = <48000000>; | 93 | clock-frequency = <48000000>; |
92 | }; | 94 | }; |
95 | |||
96 | i2c1: i2c@48070000 { | ||
97 | compatible = "ti,omap3-i2c"; | ||
98 | #address-cells = <1>; | ||
99 | #size-cells = <0>; | ||
100 | ti,hwmods = "i2c1"; | ||
101 | }; | ||
102 | |||
103 | i2c2: i2c@48072000 { | ||
104 | compatible = "ti,omap3-i2c"; | ||
105 | #address-cells = <1>; | ||
106 | #size-cells = <0>; | ||
107 | ti,hwmods = "i2c2"; | ||
108 | }; | ||
109 | |||
110 | i2c3: i2c@48060000 { | ||
111 | compatible = "ti,omap3-i2c"; | ||
112 | #address-cells = <1>; | ||
113 | #size-cells = <0>; | ||
114 | ti,hwmods = "i2c3"; | ||
115 | }; | ||
93 | }; | 116 | }; |
94 | }; | 117 | }; |