18 lines
338 B
Plaintext
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>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|