hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/rv1126-38x38-v10-spi-nor.dts
....@@ -447,11 +447,20 @@
447447 cap-sd-highspeed;
448448 card-detect-delay = <200>;
449449 rockchip,default-sample-phase = <90>;
450
- supports-sd;
450
+ no-sdio;
451
+ no-mmc;
451452 status = "okay";
452453 vmmc-supply = <&vcc_sd>;
453454 };
454455
455456 &sfc {
456457 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
+ };
457466 };