summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-03-14 17:26:25 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2023-03-15 14:58:30 +0100
commit2b841cd19bb63e9cced6c416b91bd3927d200c72 (patch)
tree08268204a58fbab3075a58246dcfa23d05fcf763
parent4fb9aff7743f23015d47f3a40e42314be5e64a94 (diff)
arm64: dts: colibri-imx8x: Add reserved memory
Use the reserved-memory nodes from MEK with two adjustments: - Out of the history from 5.4-2.3.x-imx delete CMA node - Delete DSP nodes, since we only use SoCs without DSP Upstream-Status: Pending - There is currently no need for this in upstream linux Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
index ebf17f783f4b..5f8bc31ce4d8 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
@@ -36,6 +36,37 @@
regulator-min-microvolt = <1800000>;
regulator-name = "vref-1v8";
};
+
+ reserved-memory {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+
+ decoder_boot: decoder-boot@84000000 {
+ reg = <0 0x84000000 0 0x2000000>;
+ no-map;
+ };
+
+ decoder_rpc: decoder-rpc@0x92000000 {
+ reg = <0 0x92000000 0 0x100000>;
+ no-map;
+ };
+
+ encoder_boot: encoder-boot@86000000 {
+ reg = <0 0x86000000 0 0x200000>;
+ no-map;
+ };
+
+ encoder_rpc: encoder-rpc@0x94400000 {
+ reg = <0 0x94400000 0 0x700000>;
+ no-map;
+ };
+
+ gpu_reserved: gpu_reserved@880000000 {
+ no-map;
+ reg = <0x8 0x80000000 0 0x10000000>;
+ };
+ };
};
/* Colibri Analogue Inputs */