mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
26 lines
499 B
Plaintext
26 lines
499 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&rmem>;
|
|
__overlay__ {
|
|
ramoops: ramoops@b000000 {
|
|
compatible = "ramoops";
|
|
reg = <0x0 0x0b000000 0x10000>; /* 64kB */
|
|
record-size = <0x4000>; /* 16kB */
|
|
console-size = <0>; /* disabled by default */
|
|
};
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
base-addr = <&ramoops>,"reg#0";
|
|
total-size = <&ramoops>,"reg:8";
|
|
record-size = <&ramoops>,"record-size:0";
|
|
console-size = <&ramoops>,"console-size:0";
|
|
};
|
|
};
|