mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-08 20:19:40 +01:00
17 lines
338 B
Text
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>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|