Tim Harvey | 2395625 | 2022-04-13 11:31:09 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright 2022 Gateworks Corporation | ||||
4 | */ | ||||
5 | |||||
6 | #include "imx8mp-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | wdt-reboot { | ||||
10 | compatible = "wdt-reboot"; | ||||
11 | wdt = <&wdog1>; | ||||
12 | u-boot,dm-spl; | ||||
13 | }; | ||||
14 | }; | ||||
15 | |||||
16 | &gpio1 { | ||||
17 | u-boot,dm-spl; | ||||
18 | }; | ||||
19 | |||||
20 | &gpio2 { | ||||
21 | u-boot,dm-spl; | ||||
22 | }; | ||||
23 | |||||
24 | &gpio3 { | ||||
25 | u-boot,dm-spl; | ||||
26 | }; | ||||
27 | |||||
28 | &gpio4 { | ||||
29 | u-boot,dm-spl; | ||||
30 | }; | ||||
31 | |||||
32 | &gpio5 { | ||||
33 | u-boot,dm-spl; | ||||
34 | }; | ||||
35 | |||||
36 | &uart2 { | ||||
37 | u-boot,dm-spl; | ||||
38 | }; | ||||
39 | |||||
40 | &pinctrl_uart2 { | ||||
41 | u-boot,dm-spl; | ||||
42 | }; | ||||
43 | |||||
44 | &usdhc3 { | ||||
45 | u-boot,dm-spl; | ||||
46 | }; | ||||
47 | |||||
48 | &pinctrl_usdhc3 { | ||||
49 | u-boot,dm-spl; | ||||
50 | }; | ||||
51 | |||||
52 | &i2c1 { | ||||
53 | u-boot,dm-spl; | ||||
54 | }; | ||||
55 | |||||
56 | &pinctrl_i2c1 { | ||||
57 | u-boot,dm-spl; | ||||
58 | }; | ||||
59 | |||||
60 | &gsc { | ||||
61 | u-boot,dm-spl; | ||||
62 | }; | ||||
63 | |||||
64 | &i2c2 { | ||||
65 | u-boot,dm-spl; | ||||
66 | }; | ||||
67 | |||||
68 | &pinctrl_i2c2 { | ||||
69 | u-boot,dm-spl; | ||||
70 | }; | ||||
71 | |||||
72 | &wdog1 { | ||||
73 | u-boot,dm-spl; | ||||
74 | }; | ||||
Peng Fan | 6692cd9 | 2022-06-11 20:21:05 +0800 | [diff] [blame] | 75 | |
76 | &pinctrl_wdog { | ||||
77 | u-boot,dm-spl; | ||||
78 | }; |