starfive visionfive2: combine 8gb dtb overlays

This commit is contained in:
Jakob Leifhelm
2023-10-16 09:18:47 +02:00
committed by mergify[bot]
parent 32264b21bb
commit 72d53d5170
3 changed files with 2 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
/ {
compatible = "starfive,jh7110";
fragment@0 {
target-path = "/memory@40000000";
__overlay__ {
reg = <0x0 0x40000000 0x2 0x0>;
};
};
};