mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-04 05:12:03 +00:00
starfive: apply VisionFive board changes
The VisionFive dts is base on Starlight dts, and the difference of rst gpio, eeprom and gmac should be applied. Signed-off-by: Som.Qin <som.qin@starfivetech.com>
This commit is contained in:
parent
d434b5243d
commit
a5811ee9da
1 changed files with 15 additions and 0 deletions
|
@ -6,6 +6,21 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "StarFive VisionFive V1";
|
model = "StarFive VisionFive V1";
|
||||||
|
|
||||||
|
gpio-restart {
|
||||||
|
compatible = "gpio-restart";
|
||||||
|
gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
|
||||||
|
priority = <256>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&gmac {
|
||||||
|
/delete-property/ snps,reset-gpios;
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio {
|
||||||
|
/* don't reset gpio mux for serial console and reset gpio */
|
||||||
|
starfive,keep-gpiomux = <13 14 63>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue