aboutsummaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-common.dtsi
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:10 +0000
commitf65a56d51ccf55ab2375db79f13b556b1d742bad (patch)
tree2ce8a4e341ac9f98fb265347777487eda74eba48 /fdts/fvp-base-gicv3-psci-common.dtsi
parentc537c0163739dbe6560e22be0b8a13c683a71292 (diff)
parent138668cae2394deb5d695c70fe4aa9760c4458ee (diff)
downloadarm-trusted-firmware-android14-mainline-extservices-release.tar.gz
Change-Id: Icb795c3cd184811218f8af9f57f1200bc20327be
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-common.dtsi')
-rw-r--r--fdts/fvp-base-gicv3-psci-common.dtsi11
1 files changed, 10 insertions, 1 deletions
diff --git a/fdts/fvp-base-gicv3-psci-common.dtsi b/fdts/fvp-base-gicv3-psci-common.dtsi
index b6753de8e..3cb613f63 100644
--- a/fdts/fvp-base-gicv3-psci-common.dtsi
+++ b/fdts/fvp-base-gicv3-psci-common.dtsi
@@ -24,7 +24,11 @@
#address-cells = <2>;
#size-cells = <2>;
- chosen { };
+#if (ENABLE_RME == 1)
+ chosen { bootargs = "mem=1G console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";};
+#else
+ chosen {};
+#endif
aliases {
serial0 = &v2m_serial0;
@@ -135,8 +139,13 @@
memory@80000000 {
device_type = "memory";
+#if (ENABLE_RME == 1)
+ reg = <0x00000000 0x80000000 0 0x7C000000>,
+ <0x00000008 0x80000000 0 0x80000000>;
+#else
reg = <0x00000000 0x80000000 0 0x7F000000>,
<0x00000008 0x80000000 0 0x80000000>;
+#endif
};
gic: interrupt-controller@2f000000 {