]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/sun50i-a64-pine64-plus.dts
sunxi: DT: A64: update board .dts files from Linux
[u-boot] / arch / arm / dts / sun50i-a64-pine64-plus.dts
index 389c6096ca149734af69b9d9549b72073841d475..24f1aac366d64355f5b6b37bb8e263bcce7f2e2d 100644 (file)
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/dts-v1/;
-
-#include "sun50i-a64-pine64-common.dtsi"
+#include "sun50i-a64-pine64.dts"
 
 / {
        model = "Pine64+";
        compatible = "pine64,pine64-plus", "allwinner,sun50i-a64";
 
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
-
-       /* There is a model with 2GB of DRAM, but U-Boot fixes this for us. */
-       memory {
-               reg = <0x40000000 0x40000000>;
-       };
+       /* TODO: Camera, touchscreen, etc. */
 };
 
 &emac {
        pinctrl-names = "default";
        pinctrl-0 = <&rgmii_pins>;
        phy-mode = "rgmii";
-       phy = <&phy1>;
+       phy-handle = <&ext_rgmii_phy>;
        status = "okay";
+};
 
-       phy1: ethernet-phy@1 {
-       reg = <1>;
+&mdio {
+       ext_rgmii_phy: ethernet-phy@1 {
+               compatible = "ethernet-phy-ieee802.3-c22";
+               reg = <1>;
        };
 };
-