ramips: Add hex prefix (0x) to dtsi reg properties where needed.
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / rt3883.dtsi
index cd96b74bc7f8edf463cb2a798ff6fa6f23d679d0..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";
 
        wmac@10180000 {
                compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;