.. | .. |
---|
102 | 102 | gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */ |
---|
103 | 103 | enable-active-high; |
---|
104 | 104 | gpios-states = <1>; |
---|
105 | | - states = <1100000 0 |
---|
106 | | - 1300000 1>; |
---|
| 105 | + states = <1100000 0>, <1300000 1>; |
---|
107 | 106 | }; |
---|
108 | 107 | |
---|
109 | 108 | wifi_pwrseq: wifi_pwrseq { |
---|
.. | .. |
---|
170 | 169 | flash@0 { |
---|
171 | 170 | #address-cells = <1>; |
---|
172 | 171 | #size-cells = <1>; |
---|
173 | | - compatible = "mxicy,mx25l1606e", "winbond,w25q128"; |
---|
| 172 | + compatible = "mxicy,mx25l1606e", "jedec,spi-nor"; |
---|
174 | 173 | reg = <0>; |
---|
175 | 174 | spi-max-frequency = <40000000>; |
---|
176 | 175 | }; |
---|
.. | .. |
---|
178 | 177 | |
---|
179 | 178 | &uart0 { |
---|
180 | 179 | pinctrl-names = "default"; |
---|
181 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 180 | + pinctrl-0 = <&uart0_pa_pins>; |
---|
182 | 181 | status = "okay"; |
---|
183 | 182 | }; |
---|
184 | 183 | |
---|