mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: AMP memory use reserved-memory
Signed-off-by: Zain Wang <wzz@rock-chips.com> Change-Id: I05d80fab58e047cc7bdac8ac34d1f541b556cb64
This commit is contained in:
@@ -10,10 +10,15 @@
|
||||
#include "rk3562-amp.dtsi"
|
||||
|
||||
/ {
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x02000000 0x0 0x06400000>,
|
||||
<0x0 0x0a200000 0x0 0xf1e00000>;
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
amp_reserved: amp@800000 {
|
||||
reg = <0x0 0x00800000 0x0 0x01800000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -11,10 +11,15 @@
|
||||
#include "rk3562-amp.dtsi"
|
||||
|
||||
/ {
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x02000000 0x0 0x04b80000>,
|
||||
<0x0 0x0a200000 0x0 0x75e00000>;
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
amp_reserved: amp@800000 {
|
||||
reg = <0x0 0x00800000 0x0 0x01800000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -8,10 +8,15 @@
|
||||
#include "rk3568-amp.dtsi"
|
||||
|
||||
/ {
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x03880000 0x0 0x04b80000>,
|
||||
<0x0 0x0a200000 0x0 0x75e00000>;
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
amp_reserved: amp@1800000 {
|
||||
reg = <0x0 0x01800000 0x0 0x01800000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -23,12 +23,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x02000000 0x0 0x06400000>,
|
||||
<0x0 0x09400000 0x0 0xe6c00000>,
|
||||
<0x1 0x00000000 0x1 0x00000000>,
|
||||
<0x2 0xf0000000 0x0 0x10000000>;
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
amp_reserved: amp@800000 {
|
||||
reg = <0x0 0x00800000 0x0 0x01800000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user