.. | .. |
---|
60 | 60 | stdout-path = "serial0:115200n8"; |
---|
61 | 61 | }; |
---|
62 | 62 | |
---|
63 | | - memory { |
---|
| 63 | + memory@00000000 { |
---|
| 64 | + device_type = "memory"; |
---|
64 | 65 | reg = <0x00000000 0x1000000>; |
---|
65 | 66 | }; |
---|
66 | 67 | |
---|
.. | .. |
---|
88 | 89 | |
---|
89 | 90 | leds { |
---|
90 | 91 | compatible = "gpio-leds"; |
---|
91 | | - green { |
---|
| 92 | + led-green { |
---|
92 | 93 | gpios = <&gpiog 6 GPIO_ACTIVE_LOW>; |
---|
93 | 94 | linux,default-trigger = "heartbeat"; |
---|
94 | 95 | }; |
---|
95 | | - orange { |
---|
| 96 | + led-orange { |
---|
96 | 97 | gpios = <&gpiod 4 GPIO_ACTIVE_LOW>; |
---|
97 | 98 | }; |
---|
98 | | - red { |
---|
| 99 | + led-red { |
---|
99 | 100 | gpios = <&gpiod 5 GPIO_ACTIVE_LOW>; |
---|
100 | 101 | }; |
---|
101 | | - blue { |
---|
| 102 | + led-blue { |
---|
102 | 103 | gpios = <&gpiok 3 GPIO_ACTIVE_LOW>; |
---|
103 | 104 | }; |
---|
104 | 105 | }; |
---|
.. | .. |
---|
171 | 172 | }; |
---|
172 | 173 | |
---|
173 | 174 | <dc { |
---|
174 | | - dma-ranges; |
---|
175 | 175 | status = "okay"; |
---|
176 | 176 | |
---|
177 | 177 | port { |
---|
.. | .. |
---|
216 | 216 | &sdio { |
---|
217 | 217 | status = "okay"; |
---|
218 | 218 | vmmc-supply = <&mmc_vcard>; |
---|
219 | | - cd-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>; |
---|
220 | | - cd-inverted; |
---|
| 219 | + cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>; |
---|
221 | 220 | broken-cd; |
---|
222 | 221 | pinctrl-names = "default", "opendrain"; |
---|
223 | 222 | pinctrl-0 = <&sdio_pins>; |
---|