.. | .. |
---|
11 | 11 | }; |
---|
12 | 12 | |
---|
13 | 13 | memory@10000000 { |
---|
| 14 | + device_type = "memory"; |
---|
14 | 15 | reg = <0x10000000 0xF0000000>; |
---|
15 | 16 | }; |
---|
16 | 17 | |
---|
.. | .. |
---|
315 | 316 | }; |
---|
316 | 317 | |
---|
317 | 318 | &ecspi1 { |
---|
318 | | - cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; |
---|
| 319 | + cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; |
---|
319 | 320 | pinctrl-names = "default"; |
---|
320 | 321 | pinctrl-0 = <&pinctrl_ecspi1>; |
---|
321 | 322 | status = "okay"; |
---|
322 | 323 | |
---|
323 | | - flash: m25p80@0 { |
---|
| 324 | + flash: flash@0 { |
---|
324 | 325 | compatible = "microchip,sst25vf016b"; |
---|
325 | 326 | spi-max-frequency = <20000000>; |
---|
326 | 327 | reg = <0>; |
---|
.. | .. |
---|
735 | 736 | }; |
---|
736 | 737 | |
---|
737 | 738 | &pwm1 { |
---|
| 739 | + #pwm-cells = <2>; |
---|
738 | 740 | pinctrl-names = "default"; |
---|
739 | 741 | pinctrl-0 = <&pinctrl_pwm1>; |
---|
740 | 742 | status = "okay"; |
---|
741 | 743 | }; |
---|
742 | 744 | |
---|
743 | 745 | &pwm2 { |
---|
| 746 | + #pwm-cells = <2>; |
---|
744 | 747 | pinctrl-names = "default"; |
---|
745 | 748 | pinctrl-0 = <&pinctrl_pwm2>; |
---|
746 | 749 | status = "okay"; |
---|
.. | .. |
---|
753 | 756 | }; |
---|
754 | 757 | |
---|
755 | 758 | &pwm4 { |
---|
| 759 | + #pwm-cells = <2>; |
---|
756 | 760 | pinctrl-names = "default"; |
---|
757 | 761 | pinctrl-0 = <&pinctrl_pwm4>; |
---|
758 | 762 | status = "okay"; |
---|