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:
Som.Qin 2022-01-05 09:52:02 +08:00 committed by Tekkaman Ninja
parent d434b5243d
commit a5811ee9da

View file

@ -6,6 +6,21 @@
/ {
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 {