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