.. | .. |
---|
55 | 55 | stdout-path = "serial0:115200n8"; |
---|
56 | 56 | }; |
---|
57 | 57 | |
---|
58 | | - memory { |
---|
| 58 | + memory@c0000000 { |
---|
| 59 | + device_type = "memory"; |
---|
59 | 60 | reg = <0xC0000000 0x1000000>; |
---|
60 | 61 | }; |
---|
61 | 62 | |
---|
.. | .. |
---|
65 | 66 | |
---|
66 | 67 | leds { |
---|
67 | 68 | compatible = "gpio-leds"; |
---|
68 | | - green { |
---|
| 69 | + led-green { |
---|
69 | 70 | gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>; |
---|
70 | 71 | linux,default-trigger = "heartbeat"; |
---|
71 | 72 | }; |
---|
72 | | - red { |
---|
| 73 | + led-red { |
---|
73 | 74 | gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; |
---|
74 | 75 | }; |
---|
75 | 76 | }; |
---|
.. | .. |
---|
99 | 100 | }; |
---|
100 | 101 | }; |
---|
101 | 102 | |
---|
| 103 | +&rcc { |
---|
| 104 | + compatible = "st,stm32f769-rcc", "st,stm32f746-rcc", "st,stm32-rcc"; |
---|
| 105 | +}; |
---|
| 106 | + |
---|
102 | 107 | &cec { |
---|
103 | 108 | pinctrl-0 = <&cec_pins_a>; |
---|
104 | 109 | pinctrl-names = "default"; |
---|
.. | .. |
---|
124 | 129 | &sdio2 { |
---|
125 | 130 | status = "okay"; |
---|
126 | 131 | vmmc-supply = <&mmc_vcard>; |
---|
127 | | - cd-gpios = <&gpioi 15 GPIO_ACTIVE_HIGH>; |
---|
128 | | - cd-inverted; |
---|
| 132 | + cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>; |
---|
129 | 133 | broken-cd; |
---|
130 | 134 | pinctrl-names = "default", "opendrain"; |
---|
131 | 135 | pinctrl-0 = <&sdio_pins_b>; |
---|