mx6: dts: Keep dtb entries sorted
[platform/kernel/u-boot.git] / arch / arm / dts / uniphier-pro4-sanji.dts
index 11016a4..686dd3a 100644 (file)
@@ -1,14 +1,12 @@
-/*
- * Device Tree Source for UniPhier Pro4 Sanji Board
- *
- * Copyright (C) 2016 Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+        X11
- */
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
+//
+// Device Tree Source for UniPhier Pro4 Sanji Board
+//
+// Copyright (C) 2016 Socionext Inc.
+//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
 
 /dts-v1/;
-/include/ "uniphier-pro4.dtsi"
+#include "uniphier-pro4.dtsi"
 
 / {
        model = "UniPhier Pro4 Sanji Board";
@@ -47,8 +45,9 @@
        status = "okay";
 
        eeprom@54 {
-               compatible = "st,24c64", "i2c-eeprom";
+               compatible = "st,24c64", "atmel,24c64", "i2c-eeprom";
                reg = <0x54>;
+               pagesize = <32>;
                u-boot,i2c-offset-len = <2>;
        };
 };
        status = "okay";
 };
 
-&usb0 {
-       status = "okay";
-};
-
-&usb1 {
-       status = "okay";
-};
-
 &usb2 {
        status = "okay";
 };
        status = "okay";
 };
 
-/* for U-Boot only */
-&serial0 {
-       u-boot,dm-pre-reloc;
-};
-
-&mio_clk {
-       u-boot,dm-pre-reloc;
+&eth {
+       status = "okay";
+       phy-handle = <&ethphy>;
 };
 
-&emmc {
-       u-boot,dm-pre-reloc;
+&mdio {
+       ethphy: ethphy@1 {
+               reg = <1>;
+       };
 };
 
-&pinctrl_uart0 {
-       u-boot,dm-pre-reloc;
+&usb0 {
+       status = "okay";
 };
 
-&pinctrl_emmc {
-       u-boot,dm-pre-reloc;
+&usb1 {
+       status = "okay";
 };