summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mp.dtsi
blob: 3bec8432627fa9c2d027c774661c28faa6167271 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
// 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>;
	};
};

/* Temporary workaround until snps,gfladj-refclk-lpm-sel-quirk is supported */
&usb_dwc3_0 {
	snps,dis-u2-freeclk-exists-quirk;
};

&usb_dwc3_1 {
	snps,dis-u2-freeclk-exists-quirk;
};

/*
 * The DSP reserved memory will collide with the Barebox malloc area for some
 * DRAM sizes, even though the DSP itself is disabled in most configurations.
 */
/delete-node/ &dsp;
/delete-node/ &dsp_reserved;

&edacmc {
	compatible = "fsl,imx8mp-ddrc", "fsl,imx8m-ddrc", "snps,ddrc-3.80a";
};

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;
};