We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e035ddb + 23e4a49 commit f0bb192Copy full SHA for f0bb192
arch/arm64/boot/dts/exynos/exynos850-e850-96.dts
@@ -141,6 +141,21 @@
141
gpio = <&gpa3 5 GPIO_ACTIVE_LOW>;
142
};
143
144
+ reserved-memory {
145
+ #address-cells = <2>;
146
+ #size-cells = <1>;
147
+ ranges;
148
+
149
+ ramoops@f0000000 {
150
+ compatible = "ramoops";
151
+ reg = <0x0 0xf0000000 0x200000>;
152
+ record-size = <0x20000>;
153
+ console-size = <0x20000>;
154
+ ftrace-size = <0x100000>;
155
+ pmsg-size = <0x20000>;
156
+ };
157
158
159
/*
160
* RTC clock (XrtcXTI); external, must be 32.768 kHz.
161
*
0 commit comments