1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-18 20:37:22 +02:00
nixos-hardware/starfive/visionfive/v2/qspi-patch.dts
2023-08-04 21:10:16 +01:00

17 lines
338 B
Text

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