diff options
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index f5a6162a4ff2..f67c360844f4 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -58,7 +58,7 @@ | |||
58 | status = "okay"; | 58 | status = "okay"; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | i2c1: i2c@44e0b000 { | 61 | i2c0: i2c@44e0b000 { |
62 | status = "okay"; | 62 | status = "okay"; |
63 | clock-frequency = <400000>; | 63 | clock-frequency = <400000>; |
64 | 64 | ||
@@ -115,26 +115,26 @@ | |||
115 | 115 | ||
116 | led@1 { | 116 | led@1 { |
117 | label = "evmsk:green:usr0"; | 117 | label = "evmsk:green:usr0"; |
118 | gpios = <&gpio2 4 0>; | 118 | gpios = <&gpio1 4 0>; |
119 | default-state = "off"; | 119 | default-state = "off"; |
120 | }; | 120 | }; |
121 | 121 | ||
122 | led@2 { | 122 | led@2 { |
123 | label = "evmsk:green:usr1"; | 123 | label = "evmsk:green:usr1"; |
124 | gpios = <&gpio2 5 0>; | 124 | gpios = <&gpio1 5 0>; |
125 | default-state = "off"; | 125 | default-state = "off"; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | led@3 { | 128 | led@3 { |
129 | label = "evmsk:green:mmc0"; | 129 | label = "evmsk:green:mmc0"; |
130 | gpios = <&gpio2 6 0>; | 130 | gpios = <&gpio1 6 0>; |
131 | linux,default-trigger = "mmc0"; | 131 | linux,default-trigger = "mmc0"; |
132 | default-state = "off"; | 132 | default-state = "off"; |
133 | }; | 133 | }; |
134 | 134 | ||
135 | led@4 { | 135 | led@4 { |
136 | label = "evmsk:green:heartbeat"; | 136 | label = "evmsk:green:heartbeat"; |
137 | gpios = <&gpio2 7 0>; | 137 | gpios = <&gpio1 7 0>; |
138 | linux,default-trigger = "heartbeat"; | 138 | linux,default-trigger = "heartbeat"; |
139 | default-state = "off"; | 139 | default-state = "off"; |
140 | }; | 140 | }; |
@@ -148,26 +148,26 @@ | |||
148 | switch@1 { | 148 | switch@1 { |
149 | label = "button0"; | 149 | label = "button0"; |
150 | linux,code = <0x100>; | 150 | linux,code = <0x100>; |
151 | gpios = <&gpio3 3 0>; | 151 | gpios = <&gpio2 3 0>; |
152 | }; | 152 | }; |
153 | 153 | ||
154 | switch@2 { | 154 | switch@2 { |
155 | label = "button1"; | 155 | label = "button1"; |
156 | linux,code = <0x101>; | 156 | linux,code = <0x101>; |
157 | gpios = <&gpio3 2 0>; | 157 | gpios = <&gpio2 2 0>; |
158 | }; | 158 | }; |
159 | 159 | ||
160 | switch@3 { | 160 | switch@3 { |
161 | label = "button2"; | 161 | label = "button2"; |
162 | linux,code = <0x102>; | 162 | linux,code = <0x102>; |
163 | gpios = <&gpio1 30 0>; | 163 | gpios = <&gpio0 30 0>; |
164 | gpio-key,wakeup; | 164 | gpio-key,wakeup; |
165 | }; | 165 | }; |
166 | 166 | ||
167 | switch@4 { | 167 | switch@4 { |
168 | label = "button3"; | 168 | label = "button3"; |
169 | linux,code = <0x103>; | 169 | linux,code = <0x103>; |
170 | gpios = <&gpio3 5 0>; | 170 | gpios = <&gpio2 5 0>; |
171 | }; | 171 | }; |
172 | }; | 172 | }; |
173 | }; | 173 | }; |