summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx8mp.dtsi
blob: 5da79f13d339241adb21b2c074cd935c9b735605 (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
49
50
51
52
53
54
55
56
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

#include <dt-bindings/features/imx8m.h>

/ {
	remoteproc_cm7: remoteproc-cm7 {
		compatible = "fsl,imx8mp-cm7";
		clocks = <&clk IMX8MP_CLK_M7_CORE>;
		syscon = <&src>;
	};
};

feat: &ocotp {
	#feature-cells = <1>;
	barebox,feature-controller;
};

&pgc_mipi_phy1 {
	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
};

&pgc_gpu2d {
	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
};

&pgc_gpu3d {
	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
};

&pgc_gpumix {
	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
};

&pgc_mediamix {
	barebox,feature-gates = <&feat IMX8M_FEAT_ISP>;
};

&pgc_mipi_phy2 {
	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
};

&pgc_ispdwp {
	barebox,feature-gates = <&feat IMX8M_FEAT_ISP>;
};

&gpu3d {
	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
};

&gpu2d {
	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
};

&hsio_blk_ctrl {
	barebox,allow-dummy;
};