summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx8mn.dtsi
blob: 9aa787ea258a415a8b76258456970e03967a95af (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
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

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

/ {
	aliases {
		pwm0 = &pwm1;
		pwm1 = &pwm2;
		pwm2 = &pwm3;
		pwm3 = &pwm4;
	};

	chosen {
		barebox,bootsource-mmc0 = &usdhc1;
		barebox,bootsource-mmc1 = &usdhc2;
		barebox,bootsource-mmc2 = &usdhc3;
	};
};

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

&A53_1 {
	barebox,feature-gates = <&feat IMX8M_FEAT_CPU_DUAL>;
};

&A53_2 {
	barebox,feature-gates = <&feat IMX8M_FEAT_CPU_QUAD>;
};

&A53_3 {
	barebox,feature-gates = <&feat IMX8M_FEAT_CPU_QUAD>;
};

&gpc {
	barebox,feature-gates = <&feat 0>;
};

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

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