]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/imx8mm-cl-iot-gate-optee-u-boot.dtsi
Prepare v2023.04
[thirdparty/u-boot.git] / arch / arm / dts / imx8mm-cl-iot-gate-optee-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Copyright 2019 NXP
4 */
5
6 #include "imx8mm-u-boot.dtsi"
7
8 / {
9 firmware {
10 optee {
11 compatible = "linaro,optee-tz";
12 method = "smc";
13 };
14 };
15
16 wdt-reboot {
17 compatible = "wdt-reboot";
18 u-boot,dm-spl;
19 wdt = <&wdog1>;
20 };
21 };
22
23 &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
24 u-boot,dm-spl;
25 };
26
27 &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
28 u-boot,dm-spl;
29 };
30
31 &binman_fip {
32 arch = "arm64";
33 compression = "none";
34 description = "Trusted Firmware FIP";
35 load = <0x40310000>;
36 type = "firmware";
37
38 fip_blob {
39 filename = "fip.bin";
40 type = "blob-ext";
41 };
42 };
43
44 &binman_configuration {
45 loadables = "atf", "fip";
46 };
47
48 &fec1 {
49 phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
50 };
51
52 &gpio1 {
53 u-boot,dm-spl;
54 };
55
56 &gpio2 {
57 u-boot,dm-spl;
58 };
59
60 &gpio3 {
61 u-boot,dm-spl;
62 };
63
64 &gpio4 {
65 u-boot,dm-spl;
66 };
67
68 &gpio5 {
69 u-boot,dm-spl;
70 };
71
72 &i2c1 {
73 u-boot,dm-spl;
74 };
75
76 &i2c2 {
77 u-boot,dm-spl;
78 };
79
80 &pinctrl_i2c2 {
81 u-boot,dm-spl;
82 };
83
84 &pinctrl_pmic {
85 u-boot,dm-spl;
86 };
87
88 &pinctrl_uart3 {
89 u-boot,dm-spl;
90 };
91
92 &pinctrl_usdhc2 {
93 u-boot,dm-spl;
94 };
95
96 &pinctrl_usdhc2_gpio {
97 u-boot,dm-spl;
98 };
99
100 &pinctrl_usdhc3 {
101 u-boot,dm-spl;
102 };
103
104 &uart3 {
105 u-boot,dm-spl;
106 };
107
108 &usdhc1 {
109 u-boot,dm-spl;
110 };
111
112 &usdhc2 {
113 u-boot,dm-spl;
114 };
115
116 &usdhc3 {
117 u-boot,dm-spl;
118 };
119
120 &wdog1 {
121 u-boot,dm-spl;
122 };