Skip to content

Commit c9b7de4

Browse files
committed
Portenta-X8 spl/u-boot: override imx8mm-evk devicetree [5] fix u-boot.dtsi
1 parent 4f39d2c commit c9b7de4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
u-boot,dm-spl;
5353
};
5454

55-
&pinctrl_uart2 {
55+
&pinctrl_uart3 {
5656
u-boot,dm-spl;
5757
};
5858

@@ -88,7 +88,7 @@
8888
u-boot,dm-spl;
8989
};
9090

91-
&uart2 {
91+
&uart3 {
9292
u-boot,dm-spl;
9393
};
9494

@@ -150,11 +150,11 @@
150150
u-boot,dm-spl;
151151
};
152152

153-
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25} {
153+
&{/soc@0/bus@30800000/i2c@30a30000/bd71847@4b} {
154154
u-boot,dm-spl;
155155
};
156156

157-
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25/regulators} {
157+
&{/soc@0/bus@30800000/i2c@30a30000/bd71847@4b/regulators} {
158158
u-boot,dm-spl;
159159
};
160160

@@ -171,7 +171,7 @@
171171
};
172172

173173
&fec1 {
174-
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
174+
phy-reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
175175
phy-reset-duration = <15>;
176176
phy-reset-post-delay = <100>;
177177
};

0 commit comments

Comments
 (0)