forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
....@@ -13,6 +13,7 @@
1313 };
1414
1515 memory@10000000 {
16
+ device_type = "memory";
1617 reg = <0x10000000 0x40000000>;
1718 };
1819
....@@ -231,12 +232,12 @@
231232 };
232233
233234 &ecspi1 {
234
- cs-gpios = <&gpio3 19 0>;
235
+ cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
235236 pinctrl-names = "default";
236237 pinctrl-0 = <&pinctrl_ecspi1>;
237238 status = "okay";
238239
239
- flash: m25p80@0 {
240
+ flash: flash@0 {
240241 compatible = "sst,sst25vf016b", "jedec,spi-nor";
241242 spi-max-frequency = <20000000>;
242243 reg = <0>;
....@@ -595,6 +596,7 @@
595596 };
596597
597598 &pwm1 {
599
+ #pwm-cells = <2>;
598600 pinctrl-names = "default";
599601 pinctrl-0 = <&pinctrl_pwm1>;
600602 status = "okay";
....@@ -607,6 +609,7 @@
607609 };
608610
609611 &pwm4 {
612
+ #pwm-cells = <2>;
610613 pinctrl-names = "default";
611614 pinctrl-0 = <&pinctrl_pwm4>;
612615 status = "okay";