ramips: Add hex prefix (0x) to dtsi reg properties where needed.
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / rt3883.dtsi
index 84336df993d19881705a40dc59097e3d3d726b9d..9f0c96f15f7f0801c880cd3cf18ae238732c8451 100644 (file)
@@ -16,6 +16,7 @@
        aliases {
                spi0 = &spi0;
                spi1 = &spi1;
+               serial0 = &uartlite;
        };
 
        cpuintc: cpuintc@0 {
                        status = "disabled";
                };
 
-               uartlite@c00 {
+               uartlite: uartlite@c00 {
                        compatible = "ralink,rt3883-uart", "ralink,rt2880-uart", "ns16550a";
                        reg = <0xc00 0x100>;
 
 
        ethernet@10100000 {
                compatible = "ralink,rt3883-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                resets = <&rstctrl 21>;
                reset-names = "fe";
        };
 
        usbphy: usbphy {
-               compatible = "ralink,rt3xxx-usbphy";
+               compatible = "ralink,rt3352-usbphy";
                #phy-cells = <1>;
 
                resets = <&rstctrl 22 &rstctrl 25>;
 
        wmac@10180000 {
                compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci", "ehci-platform";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                phys = <&usbphy 1>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci", "ohci-platform";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;