SBC_builder/patch/kernel/rockchip64-6.14/overlay/rockchip-rk3588-nanopi-m6-spi-nor-flash.dtso
2025-06-01 01:05:27 +02:00

31 lines
417 B
Plaintext

/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&sdhci>;
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target = <&sfc>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&fspim0_pins>;
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0x0>;
spi-max-frequency = <50000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
};
};
};