.. | .. |
---|
50 | 50 | }; |
---|
51 | 51 | |
---|
52 | 52 | memory@10000000 { |
---|
| 53 | + device_type = "memory"; |
---|
53 | 54 | reg = <0x10000000 0x40000000>; |
---|
54 | 55 | }; |
---|
55 | 56 | |
---|
.. | .. |
---|
307 | 308 | }; |
---|
308 | 309 | |
---|
309 | 310 | &ecspi1 { |
---|
310 | | - cs-gpios = <&gpio3 19 0>; |
---|
| 311 | + cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; |
---|
311 | 312 | pinctrl-names = "default"; |
---|
312 | 313 | pinctrl-0 = <&pinctrl_ecspi1>; |
---|
313 | 314 | status = "okay"; |
---|
314 | 315 | |
---|
315 | | - flash: m25p80@0 { |
---|
| 316 | + flash: flash@0 { |
---|
316 | 317 | compatible = "sst,sst25vf016b", "jedec,spi-nor"; |
---|
317 | 318 | spi-max-frequency = <20000000>; |
---|
318 | 319 | reg = <0>; |
---|
.. | .. |
---|
686 | 687 | }; |
---|
687 | 688 | |
---|
688 | 689 | &pwm1 { |
---|
| 690 | + #pwm-cells = <2>; |
---|
689 | 691 | pinctrl-names = "default"; |
---|
690 | 692 | pinctrl-0 = <&pinctrl_pwm1>; |
---|
691 | 693 | status = "okay"; |
---|
692 | 694 | }; |
---|
693 | 695 | |
---|
694 | 696 | &pwm3 { |
---|
| 697 | + #pwm-cells = <2>; |
---|
695 | 698 | pinctrl-names = "default"; |
---|
696 | 699 | pinctrl-0 = <&pinctrl_pwm3>; |
---|
697 | 700 | status = "okay"; |
---|
698 | 701 | }; |
---|
699 | 702 | |
---|
700 | 703 | &pwm4 { |
---|
| 704 | + #pwm-cells = <2>; |
---|
701 | 705 | pinctrl-names = "default"; |
---|
702 | 706 | pinctrl-0 = <&pinctrl_pwm4>; |
---|
703 | 707 | status = "okay"; |
---|