.. | .. |
---|
11 | 11 | }; |
---|
12 | 12 | |
---|
13 | 13 | memory@10000000 { |
---|
| 14 | + device_type = "memory"; |
---|
14 | 15 | reg = <0x10000000 0x40000000>; |
---|
15 | 16 | }; |
---|
16 | 17 | |
---|
.. | .. |
---|
246 | 247 | }; |
---|
247 | 248 | |
---|
248 | 249 | &ecspi1 { |
---|
249 | | - cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; |
---|
| 250 | + cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; |
---|
250 | 251 | pinctrl-names = "default"; |
---|
251 | 252 | pinctrl-0 = <&pinctrl_ecspi1>; |
---|
252 | 253 | status = "okay"; |
---|
253 | 254 | |
---|
254 | | - flash: m25p80@0 { |
---|
| 255 | + flash: flash@0 { |
---|
255 | 256 | compatible = "microchip,sst25vf016b"; |
---|
256 | 257 | spi-max-frequency = <20000000>; |
---|
257 | 258 | reg = <0>; |
---|
.. | .. |
---|
638 | 639 | }; |
---|
639 | 640 | |
---|
640 | 641 | &pwm1 { |
---|
| 642 | + #pwm-cells = <2>; |
---|
641 | 643 | pinctrl-names = "default"; |
---|
642 | 644 | pinctrl-0 = <&pinctrl_pwm1>; |
---|
643 | 645 | status = "okay"; |
---|
.. | .. |
---|
650 | 652 | }; |
---|
651 | 653 | |
---|
652 | 654 | &pwm4 { |
---|
| 655 | + #pwm-cells = <2>; |
---|
653 | 656 | pinctrl-names = "default"; |
---|
654 | 657 | pinctrl-0 = <&pinctrl_pwm4>; |
---|
655 | 658 | status = "okay"; |
---|