.. | .. |
---|
51 | 51 | |
---|
52 | 52 | ethernet@18000000 { |
---|
53 | 53 | compatible = "davicom,dm9000"; |
---|
54 | | - reg = <0x18000000 0x2 0x18000004 0x2>; |
---|
| 54 | + reg = <0x18000000 0x2>, <0x18000004 0x2>; |
---|
55 | 55 | interrupt-parent = <&gpn>; |
---|
56 | 56 | interrupts = <7 IRQ_TYPE_LEVEL_HIGH>; |
---|
57 | 57 | davicom,no-eeprom; |
---|
.. | .. |
---|
193 | 193 | }; |
---|
194 | 194 | |
---|
195 | 195 | &pinctrl0 { |
---|
196 | | - gpio_leds: gpio-leds { |
---|
| 196 | + gpio_leds: gpio-leds-pins { |
---|
197 | 197 | samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7"; |
---|
198 | 198 | samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>; |
---|
199 | 199 | }; |
---|
200 | 200 | |
---|
201 | | - gpio_keys: gpio-keys { |
---|
| 201 | + gpio_keys: gpio-keys-pins { |
---|
202 | 202 | samsung,pins = "gpn-0", "gpn-1", "gpn-2", "gpn-3", |
---|
203 | 203 | "gpn-4", "gpn-5", "gpl-11", "gpl-12"; |
---|
204 | 204 | samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>; |
---|