nixos-hardware/starfive/visionfive/v2/qspi-patch.dts

18 lines
338 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "starfive,jh7110";
fragment@0 {
target = <&qspi>;
__overlay__ {
nor_flash: flash@0 {
partitions {
spl@0 {
reg = <0x0 0x40000>;
};
};
};
};
};
};