blob: 5b06d872c6a38816b1065eda13ab99a60fb9e265 [file] [log] [blame]
Tim Harvey03bf8432021-03-02 14:00:21 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021 Gateworks Corporation
4 */
5
6/ {
7 wdt-reboot {
8 compatible = "wdt-reboot";
9 wdt = <&wdog1>;
10 u-boot,dm-spl;
11 };
12};
13
14&{/soc@0} {
15 u-boot,dm-pre-reloc;
16 u-boot,dm-spl;
17};
18
19&clk {
20 u-boot,dm-spl;
21 u-boot,dm-pre-reloc;
22 /delete-property/ assigned-clocks;
23 /delete-property/ assigned-clock-parents;
24 /delete-property/ assigned-clock-rates;
25};
26
27&osc_24m {
28 u-boot,dm-spl;
29 u-boot,dm-pre-reloc;
30};
31
32&aips1 {
33 u-boot,dm-spl;
34 u-boot,dm-pre-reloc;
35};
36
37&aips2 {
38 u-boot,dm-spl;
39};
40
41&aips3 {
42 u-boot,dm-spl;
43};
44
45&iomuxc {
46 u-boot,dm-spl;
47};
48
49&gpio1 {
50 u-boot,dm-spl;
51};
52
53&gpio2 {
54 u-boot,dm-spl;
55};
56
57&gpio3 {
58 u-boot,dm-spl;
59};
60
61&gpio4 {
62 u-boot,dm-spl;
63};
64
65&gpio5 {
66 u-boot,dm-spl;
67};
68
69&uart2 {
70 u-boot,dm-spl;
71};
72
73&pinctrl_uart2 {
74 u-boot,dm-spl;
75};
76
77&usdhc3 {
78 u-boot,dm-spl;
79};
80
81&pinctrl_usdhc3 {
82 u-boot,dm-spl;
83};
84
85&i2c1 {
86 u-boot,dm-spl;
87};
88
89&pinctrl_i2c1 {
90 u-boot,dm-spl;
91};
92
93&i2c2 {
94 u-boot,dm-spl;
95};
96
97&pinctrl_i2c2 {
98 u-boot,dm-spl;
99};
100
101&wdog1 {
102 u-boot,dm-spl;
103};