blob: 6992d91798ad16d0dc62d56c934634c2c6ddf649 [file] [log] [blame]
Tim Harvey1b7fbf62021-06-30 16:50:02 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Gateworks Corporation
4 */
5
6&{/soc@0} {
7 u-boot,dm-pre-reloc;
8 u-boot,dm-spl;
9};
10
11&clk {
12 u-boot,dm-spl;
13 u-boot,dm-pre-reloc;
14 /delete-property/ assigned-clocks;
15 /delete-property/ assigned-clock-parents;
16 /delete-property/ assigned-clock-rates;
17};
18
19&osc_24m {
20 u-boot,dm-spl;
21 u-boot,dm-pre-reloc;
22};
23
24&aips1 {
25 u-boot,dm-spl;
26 u-boot,dm-pre-reloc;
27};
28
29&aips2 {
30 u-boot,dm-spl;
31};
32
33&aips3 {
34 u-boot,dm-spl;
35};
36
37&iomuxc {
38 u-boot,dm-spl;
39};
40
41&gpio1 {
42 u-boot,dm-spl;
43};
44
45&gpio2 {
46 u-boot,dm-spl;
47};
48
49&gpio3 {
50 u-boot,dm-spl;
51};
52
53&gpio4 {
54 u-boot,dm-spl;
55};
56
57&gpio5 {
58 u-boot,dm-spl;
59};
60
61&uart2 {
62 u-boot,dm-spl;
63};
64
65&pinctrl_uart2 {
66 u-boot,dm-spl;
67};
68
69&usdhc2 {
70 u-boot,dm-spl;
71};
72
73&pinctrl_usdhc2 {
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&fec1 {
102 phy-reset-gpios = <&gpio4 19 GPIO_ACTIVE_LOW>;
103 phy-reset-duration = <1>;
104 phy-reset-post-delay = <1>;
105};
106
107&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
108 u-boot,dm-spl;
109};
110
111&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
112 u-boot,dm-spl;
113};
114
115&pinctrl_pmic {
116 u-boot,dm-spl;
117};