How to make changes in sun50i-h5-nanopi-neo2.dts via the build environment?


Rolf Bakker
 Share

1 1

Recommended Posts

I've got a working Vagrant Armbian Build environment.

 

Now I want to add the following to the sun50i-h5-nanopi-neo2.dts (provides network support in U-boot) and compile a new image.
 

&emac {
        pinctrl-names = "default";
        pinctrl-0 = <&emac_rgmii_pins>;
        status = "okay";
        phy = <&phy1>;
        phy-mode = "rgmii";
        phy1: ethernet-phy@1 {
                reg = <0>;
        };
};


Despite reading the docs, I still can't figure out how it's done. Maybe someone can point me in the right direction?

Link to post
Share on other sites

Armbian is a community driven open source project. Do you like to contribute your code?

Guest
This topic is now closed to further replies.
 Share

1 1