mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-05 18:49:40 +01:00
11 lines
170 B
Text
11 lines
170 B
Text
/dts-v1/;
|
|
/plugin/;
|
|
/ {
|
|
compatible = "starfive,jh7110";
|
|
fragment@0 {
|
|
target-path = "/memory@40000000";
|
|
__overlay__ {
|
|
reg = <0x0 0x40000000 0x2 0x0>;
|
|
};
|
|
};
|
|
};
|