ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
[platform/kernel/u-boot.git] / arch / arm / dts / imx8mm-verdin-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
2 /*
3  * Copyright 2020 Toradex
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                 wdt = <&wdog1>;
19                 u-boot,dm-spl;
20         };
21 };
22
23 &gpio1 {
24         u-boot,dm-spl;
25 };
26
27 &gpio2 {
28         u-boot,dm-spl;
29 };
30
31 &gpio3 {
32         u-boot,dm-spl;
33 };
34
35 &gpio4 {
36         u-boot,dm-spl;
37 };
38
39 &gpio5 {
40         u-boot,dm-spl;
41 };
42
43 &i2c1 {
44         u-boot,dm-spl;
45 };
46
47 &pinctrl_i2c1 {
48         u-boot,dm-spl;
49 };
50
51 &pinctrl_pmic {
52         u-boot,dm-spl;
53 };
54
55 &pinctrl_uart1 {
56         u-boot,dm-spl;
57 };
58
59 &pinctrl_usdhc1 {
60         u-boot,dm-spl;
61 };
62
63 &pinctrl_usdhc2 {
64         u-boot,dm-spl;
65 };
66
67 &{/soc@0/bus@30800000/i2c@30a20000/pmic} {
68         u-boot,dm-spl;
69 };
70
71 &{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} {
72         u-boot,dm-spl;
73 };
74
75 &uart1 {
76         u-boot,dm-spl;
77 };
78
79 &usdhc1 {
80         u-boot,dm-spl;
81 };
82
83 &usdhc2 {
84         u-boot,dm-spl;
85 };
86
87 &usdhc3 {
88         u-boot,dm-spl;
89 };
90
91 &wdog1 {
92         u-boot,dm-spl;
93 };