mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-16 10:11:12 +02:00
31 lines
417 B
Plaintext
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>;
|
|
};
|
|
};
|
|
};
|
|
};
|