diff options
| author | Benoit Cousson <b-cousson@ti.com> | 2011-08-16 05:51:54 -0400 |
|---|---|---|
| committer | Benoit Cousson <b-cousson@ti.com> | 2012-03-12 09:58:24 -0400 |
| commit | 385a64bbc2d2c3ef864190b010c74afc5b850195 (patch) | |
| tree | e9e48a309a724100c507a86dbc3f5aca2be7fccb | |
| parent | e3e5a92db430689fe918041e99cb04b8761f5a50 (diff) | |
arm/dts: OMAP3: Add gpio nodes
Add the 6 GPIOs controller nodes present in OMAP3.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
| -rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index c6121357c1eb..4615ebb6cb93 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
| @@ -69,6 +69,60 @@ | |||
| 69 | reg = <0x48200000 0x1000>; | 69 | reg = <0x48200000 0x1000>; |
| 70 | }; | 70 | }; |
| 71 | 71 | ||
| 72 | gpio1: gpio@48310000 { | ||
| 73 | compatible = "ti,omap3-gpio"; | ||
| 74 | ti,hwmods = "gpio1"; | ||
| 75 | gpio-controller; | ||
| 76 | #gpio-cells = <2>; | ||
| 77 | interrupt-controller; | ||
| 78 | #interrupt-cells = <1>; | ||
| 79 | }; | ||
| 80 | |||
| 81 | gpio2: gpio@49050000 { | ||
| 82 | compatible = "ti,omap3-gpio"; | ||
| 83 | ti,hwmods = "gpio2"; | ||
| 84 | gpio-controller; | ||
| 85 | #gpio-cells = <2>; | ||
| 86 | interrupt-controller; | ||
| 87 | #interrupt-cells = <1>; | ||
| 88 | }; | ||
| 89 | |||
| 90 | gpio3: gpio@49052000 { | ||
| 91 | compatible = "ti,omap3-gpio"; | ||
| 92 | ti,hwmods = "gpio3"; | ||
| 93 | gpio-controller; | ||
| 94 | #gpio-cells = <2>; | ||
| 95 | interrupt-controller; | ||
| 96 | #interrupt-cells = <1>; | ||
| 97 | }; | ||
| 98 | |||
| 99 | gpio4: gpio@49054000 { | ||
| 100 | compatible = "ti,omap3-gpio"; | ||
| 101 | ti,hwmods = "gpio4"; | ||
| 102 | gpio-controller; | ||
| 103 | #gpio-cells = <2>; | ||
| 104 | interrupt-controller; | ||
| 105 | #interrupt-cells = <1>; | ||
| 106 | }; | ||
| 107 | |||
| 108 | gpio5: gpio@49056000 { | ||
| 109 | compatible = "ti,omap3-gpio"; | ||
| 110 | ti,hwmods = "gpio5"; | ||
| 111 | gpio-controller; | ||
| 112 | #gpio-cells = <2>; | ||
| 113 | interrupt-controller; | ||
| 114 | #interrupt-cells = <1>; | ||
| 115 | }; | ||
| 116 | |||
| 117 | gpio6: gpio@49058000 { | ||
| 118 | compatible = "ti,omap3-gpio"; | ||
| 119 | ti,hwmods = "gpio6"; | ||
| 120 | gpio-controller; | ||
| 121 | #gpio-cells = <2>; | ||
| 122 | interrupt-controller; | ||
| 123 | #interrupt-cells = <1>; | ||
| 124 | }; | ||
| 125 | |||
| 72 | uart1: serial@4806a000 { | 126 | uart1: serial@4806a000 { |
| 73 | compatible = "ti,omap3-uart"; | 127 | compatible = "ti,omap3-uart"; |
| 74 | ti,hwmods = "uart1"; | 128 | ti,hwmods = "uart1"; |
