| .. | .. |
|---|
| 13 | 13 | }; |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | memory@10000000 { |
|---|
| 16 | + device_type = "memory"; |
|---|
| 16 | 17 | reg = <0x10000000 0x40000000>; |
|---|
| 17 | 18 | }; |
|---|
| 18 | 19 | |
|---|
| .. | .. |
|---|
| 231 | 232 | }; |
|---|
| 232 | 233 | |
|---|
| 233 | 234 | &ecspi1 { |
|---|
| 234 | | - cs-gpios = <&gpio3 19 0>; |
|---|
| 235 | + cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; |
|---|
| 235 | 236 | pinctrl-names = "default"; |
|---|
| 236 | 237 | pinctrl-0 = <&pinctrl_ecspi1>; |
|---|
| 237 | 238 | status = "okay"; |
|---|
| 238 | 239 | |
|---|
| 239 | | - flash: m25p80@0 { |
|---|
| 240 | + flash: flash@0 { |
|---|
| 240 | 241 | compatible = "sst,sst25vf016b", "jedec,spi-nor"; |
|---|
| 241 | 242 | spi-max-frequency = <20000000>; |
|---|
| 242 | 243 | reg = <0>; |
|---|
| .. | .. |
|---|
| 595 | 596 | }; |
|---|
| 596 | 597 | |
|---|
| 597 | 598 | &pwm1 { |
|---|
| 599 | + #pwm-cells = <2>; |
|---|
| 598 | 600 | pinctrl-names = "default"; |
|---|
| 599 | 601 | pinctrl-0 = <&pinctrl_pwm1>; |
|---|
| 600 | 602 | status = "okay"; |
|---|
| .. | .. |
|---|
| 607 | 609 | }; |
|---|
| 608 | 610 | |
|---|
| 609 | 611 | &pwm4 { |
|---|
| 612 | + #pwm-cells = <2>; |
|---|
| 610 | 613 | pinctrl-names = "default"; |
|---|
| 611 | 614 | pinctrl-0 = <&pinctrl_pwm4>; |
|---|
| 612 | 615 | status = "okay"; |
|---|