summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dx-mek.dts
blob: 807d8cdc9a41bb91e0230c87dbfd13e13dc3629e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2020 NXP
 */

/dts-v1/;
#include "imx8dx.dtsi"
#include "imx8x-mek.dtsi"

/ {
	model = "Freescale i.MX8DX MEK";
	compatible = "fsl,imx8dx-mek", "fsl,imx8dx", "fsl,imx8qxp";

	reserved-memory {
/*
 *		Memory reserved for optee usage. Please do not use.
 *		This will be automaticky added to dtb if OP-TEE is installed.
 *		optee@96000000 {
 *   			reg = <0 0x96000000 0 0x2000000>;
 *			no-map;
 *		};
 */
		linux,cma {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x14000000>;
			alloc-ranges = <0 0x98000000 0 0x14000000>;
			linux,cma-default;
		};
	};
};

&thermal_zones {
	pmic-thermal0 {
		cooling-maps {
			map0 {
				cooling-device =
				<&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
				<&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
			};
		};
	};
};

&imx8_gpu_ss {
	reg = <0x80000000 0x40000000>, <0x0 0x08000000>;
	reg-names = "phys_baseaddr", "contiguous_mem";
};