Skip to content

Commit 0d45298

Browse files
committed
Removing changes to evk-uboot dtsi
1 parent 2dc711a commit 0d45298

File tree

1 file changed

+76
-28
lines changed

1 file changed

+76
-28
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/imx8mm-evk-u-boot.dtsi

Lines changed: 76 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,35 @@
3939
};
4040
};
4141

42-
&{/soc@0} {
43-
u-boot,dm-pre-reloc;
42+
&aips4 {
4443
u-boot,dm-spl;
4544
};
4645

47-
&A53_0 {
48-
/delete-property/ cpu-idle-states;
46+
&reg_usdhc2_vmmc {
47+
u-boot,off-on-delay-us = <20000>;
48+
u-boot,dm-spl;
4949
};
5050

51-
&A53_1 {
52-
/delete-property/ cpu-idle-states;
51+
&pinctrl_reg_usdhc2_vmmc {
52+
u-boot,dm-spl;
5353
};
5454

55-
&A53_2 {
56-
/delete-property/ cpu-idle-states;
55+
&pinctrl_uart2 {
56+
u-boot,dm-spl;
5757
};
5858

59-
&A53_3 {
60-
/delete-property/ cpu-idle-states;
59+
&pinctrl_usdhc2_gpio {
60+
u-boot,dm-spl;
6161
};
62-
&i2c2 {
62+
63+
&pinctrl_usdhc2 {
6364
u-boot,dm-spl;
6465
};
66+
67+
&pinctrl_usdhc3 {
68+
u-boot,dm-spl;
69+
};
70+
6571
&gpio1 {
6672
u-boot,dm-spl;
6773
};
@@ -82,6 +88,45 @@
8288
u-boot,dm-spl;
8389
};
8490

91+
&uart2 {
92+
u-boot,dm-spl;
93+
};
94+
95+
&crypto {
96+
u-boot,dm-spl;
97+
};
98+
99+
&sec_jr0 {
100+
u-boot,dm-spl;
101+
};
102+
103+
&sec_jr1 {
104+
u-boot,dm-spl;
105+
};
106+
107+
&sec_jr2 {
108+
u-boot,dm-spl;
109+
};
110+
111+
&usbmisc1 {
112+
u-boot,dm-spl;
113+
};
114+
115+
&usbphynop1 {
116+
u-boot,dm-spl;
117+
};
118+
119+
&usbotg1 {
120+
u-boot,dm-spl;
121+
};
122+
123+
&usdhc1 {
124+
u-boot,dm-spl;
125+
assigned-clocks = <&clk IMX8MM_CLK_USDHC1>;
126+
assigned-clock-rates = <400000000>;
127+
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_400M>;
128+
};
129+
85130
&usdhc2 {
86131
u-boot,dm-spl;
87132
sd-uhs-sdr104;
@@ -105,15 +150,14 @@
105150
u-boot,dm-spl;
106151
};
107152

108-
&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
153+
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25} {
109154
u-boot,dm-spl;
110155
};
111156

112-
&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
157+
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25/regulators} {
113158
u-boot,dm-spl;
114159
};
115160

116-
117161
&pinctrl_i2c1 {
118162
u-boot,dm-spl;
119163
};
@@ -122,27 +166,31 @@
122166
u-boot,dm-spl;
123167
};
124168

169+
&pinctrl_wdog {
170+
u-boot,dm-spl;
171+
};
172+
125173
&fec1 {
126-
phy-reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
127-
phy-reset-duration = <100>;
128-
phy-reset-post-delay = <1>;
174+
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
175+
phy-reset-duration = <15>;
176+
phy-reset-post-delay = <100>;
129177
};
130178

131-
&wdog1 {
132-
u-boot,dm-spl;
179+
&ethphy0 {
180+
vddio0: vddio-regulator {
181+
regulator-name = "VDDIO";
182+
regulator-min-microvolt = <1800000>;
183+
regulator-max-microvolt = <1800000>;
184+
};
133185
};
134186

135-
&flexspi {
136-
assigned-clock-rates = <100000000>;
137-
assigned-clocks = <&clk IMX8MM_CLK_QSPI>;
138-
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_100M>;
187+
&wdog1 {
188+
u-boot,dm-spl;
139189
};
140190

141-
&lcdif {
142-
enable_polarity_low;
143-
/delete-property/ assigned-clocks;
144-
/delete-property/ assigned-clock-parents;
145-
/delete-property/ assigned-clock-rates;
191+
&usbotg1 {
192+
status = "okay";
193+
extcon = <&ptn5110>;
146194
};
147195

148196
&mipi_dsi {

0 commit comments

Comments
 (0)