kernel/arch/arm/boot/dts/rv1126-ai-cam-ddr3-v1-spi-nand.dts
.. .. @@ -17,5 +17,13 @@ 17 17 18 18 &sfc { 19 19 status = "okay"; 20 +21 + flash@0 {22 + compatible = "spi-nand";23 + reg = <0>;24 + spi-max-frequency = <80000000>;25 + spi-rx-bus-width = <4>;26 + spi-tx-bus-width = <1>;27 + };20 28 }; 21 29