kernel/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts
.. .. @@ -447,11 +447,20 @@ 447 447 cap-sd-highspeed; 448 448 card-detect-delay = <200>; 449 449 rockchip,default-sample-phase = <90>; 450 - supports-sd;450 + no-sdio;451 + no-mmc;451 452 status = "okay"; 452 453 vmmc-supply = <&vcc_sd>; 453 454 }; 454 455 455 456 &sfc { 456 457 status = "okay"; 458 +459 + flash@0 {460 + compatible = "jedec,spi-nor";461 + reg = <0>;462 + spi-max-frequency = <100000000>;463 + spi-rx-bus-width = <2>;464 + spi-tx-bus-width = <2>;465 + };457 466 };