arm64: dts: fix unit-address leading 0s
authorRob Herring <robh@kernel.org>
Fri, 13 Oct 2017 17:54:52 +0000 (12:54 -0500)
committerArnd Bergmann <arnd@arndb.de>
Thu, 19 Oct 2017 22:37:56 +0000 (00:37 +0200)
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using
the following command:

perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm64/boot/dts -type -f -name '*.dts*'

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
30 files changed:
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
arch/arm64/boot/dts/apm/apm-storm.dtsi
arch/arm64/boot/dts/arm/foundation-v8.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray-fs4.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray-sata.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
arch/arm64/boot/dts/cavium/thunder-88xx.dts
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
arch/arm64/boot/dts/hisilicon/hip05-d02.dts
arch/arm64/boot/dts/hisilicon/hip06-d03.dts
arch/arm64/boot/dts/marvell/armada-7040-db.dts
arch/arm64/boot/dts/marvell/armada-8040-db.dts
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
arch/arm64/boot/dts/marvell/armada-8080-db.dts
arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi
arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi
arch/arm64/boot/dts/marvell/armada-ap810-ap0-octa-core.dtsi
arch/arm64/boot/dts/marvell/berlin4ct.dtsi
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
arch/arm64/boot/dts/qcom/msm8916.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 8c8db1b057dfc687aa5bcabce4732cc3653bebbd..0daad839f92c688375e0f0648c2977d9cc174b00 100644 (file)
                        #size-cells = <0>;
                };
 
-               usb_otg: usb@01c19000 {
+               usb_otg: usb@1c19000 {
                        compatible = "allwinner,sun8i-a33-musb";
                        reg = <0x01c19000 0x0400>;
                        clocks = <&ccu CLK_BUS_OTG>;
                        status = "disabled";
                };
 
-               usbphy: phy@01c19400 {
+               usbphy: phy@1c19400 {
                        compatible = "allwinner,sun50i-a64-usb-phy";
                        reg = <0x01c19400 0x14>,
                              <0x01c1a800 0x4>,
                        #phy-cells = <1>;
                };
 
-               ehci0: usb@01c1a000 {
+               ehci0: usb@1c1a000 {
                        compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
                        reg = <0x01c1a000 0x100>;
                        interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ohci0: usb@01c1a400 {
+               ohci0: usb@1c1a400 {
                        compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
                        reg = <0x01c1a400 0x100>;
                        interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ehci1: usb@01c1b000 {
+               ehci1: usb@1c1b000 {
                        compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
                        reg = <0x01c1b000 0x100>;
                        interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ohci1: usb@01c1b400 {
+               ohci1: usb@1c1b400 {
                        compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
                        reg = <0x01c1b400 0x100>;
                        interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ccu: clock@01c20000 {
+               ccu: clock@1c20000 {
                        compatible = "allwinner,sun50i-a64-ccu";
                        reg = <0x01c20000 0x400>;
                        clocks = <&osc24M>, <&osc32k>;
                        #reset-cells = <1>;
                };
 
-               r_pio: pinctrl@01f02c00 {
+               r_pio: pinctrl@1f02c00 {
                        compatible = "allwinner,sun50i-a64-r-pinctrl";
                        reg = <0x01f02c00 0x400>;
                        interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
index c9ffffb96e431ec8d4ed875e40c33f901466b7d4..d8ecd16614616fe00fcd293e013f3487db351a2f 100644 (file)
@@ -19,7 +19,7 @@
                #address-cells = <2>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "apm,strega", "arm,armv8";
                        reg = <0x0 0x000>;
@@ -29,7 +29,7 @@
                        #clock-cells = <1>;
                        clocks = <&pmd0clk 0>;
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "apm,strega", "arm,armv8";
                        reg = <0x0 0x001>;
                      <0x0 0x780a0000 0x0 0x20000>,     /* GIC CPU */
                      <0x0 0x780c0000 0x0 0x10000>,     /* GIC VCPU Control */
                      <0x0 0x780e0000 0x0 0x20000>;     /* GIC VCPU */
-               v2m0: v2m@00000 {
+               v2m0: v2m@0 {
                        compatible = "arm,gic-v2m-frame";
                        msi-controller;
                        reg = <0x0 0x0 0x0 0x1000>;
index c09a36fed91701be7407d6ec42584d88ad511144..00e82b8e9a19bef6865bb34b7b991c1de6a2006a 100644 (file)
@@ -19,7 +19,7 @@
                #address-cells = <2>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "apm,potenza", "arm,armv8";
                        reg = <0x0 0x000>;
@@ -27,7 +27,7 @@
                        cpu-release-addr = <0x1 0x0000fff8>;
                        next-level-cache = <&xgene_L2_0>;
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "apm,potenza", "arm,armv8";
                        reg = <0x0 0x001>;
index 8ecdd4331980e448f6a5c23ad2785cbfd19a9a10..21a7a575f02cd5538673ad47d9055b42b938106f 100644 (file)
@@ -97,7 +97,7 @@
                timeout-sec = <30>;
        };
 
-       smb@08000000 {
+       smb@8000000 {
                compatible = "arm,vexpress,v2m-p1", "simple-bus";
                arm,v2m-memory-map = "rs1";
                #address-cells = <2>; /* SMB chipselect number and offset */
                        #size-cells = <1>;
                        ranges = <0 3 0 0x200000>;
 
-                       v2m_sysreg: sysreg@010000 {
+                       v2m_sysreg: sysreg@10000 {
                                compatible = "arm,vexpress-sysreg";
                                reg = <0x010000 0x1000>;
                        };
 
-                       v2m_serial0: uart@090000 {
+                       v2m_serial0: uart@90000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x090000 0x1000>;
                                interrupts = <5>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial1: uart@0a0000 {
+                       v2m_serial1: uart@a0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0a0000 0x1000>;
                                interrupts = <6>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial2: uart@0b0000 {
+                       v2m_serial2: uart@b0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0b0000 0x1000>;
                                interrupts = <7>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial3: uart@0c0000 {
+                       v2m_serial3: uart@c0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0c0000 0x1000>;
                                interrupts = <8>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       virtio-block@0130000 {
+                       virtio-block@130000 {
                                compatible = "virtio,mmio";
                                reg = <0x130000 0x200>;
                                interrupts = <42>;
index a83ed2c6bbf79afd64c24577ca2530e7da6f0b87..a1b73f46b625b93bafe1342d719189466b812924 100644 (file)
                             <0 63 4>;
        };
 
-       smb@08000000 {
+       smb@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index 528875c7559871720d0577867737f3c0987ff1f7..6cadb779729de3fa879443276d64999fd1cfa4f6 100644 (file)
                        #size-cells = <1>;
                        ranges = <0 3 0 0x200000>;
 
-                       v2m_sysreg: sysreg@010000 {
+                       v2m_sysreg: sysreg@10000 {
                                compatible = "arm,vexpress-sysreg";
                                reg = <0x010000 0x1000>;
                                gpio-controller;
                                #gpio-cells = <2>;
                        };
 
-                       v2m_sysctl: sysctl@020000 {
+                       v2m_sysctl: sysctl@20000 {
                                compatible = "arm,sp810", "arm,primecell";
                                reg = <0x020000 0x1000>;
                                clocks = <&v2m_refclk32khz>, <&v2m_refclk1mhz>, <&v2m_clk24mhz>;
@@ -78,7 +78,7 @@
                                assigned-clock-parents = <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>;
                        };
 
-                       aaci@040000 {
+                       aaci@40000 {
                                compatible = "arm,pl041", "arm,primecell";
                                reg = <0x040000 0x1000>;
                                interrupts = <11>;
@@ -86,7 +86,7 @@
                                clock-names = "apb_pclk";
                        };
 
-                       mmci@050000 {
+                       mmci@50000 {
                                compatible = "arm,pl180", "arm,primecell";
                                reg = <0x050000 0x1000>;
                                interrupts = <9 10>;
@@ -98,7 +98,7 @@
                                clock-names = "mclk", "apb_pclk";
                        };
 
-                       kmi@060000 {
+                       kmi@60000 {
                                compatible = "arm,pl050", "arm,primecell";
                                reg = <0x060000 0x1000>;
                                interrupts = <12>;
                                clock-names = "KMIREFCLK", "apb_pclk";
                        };
 
-                       kmi@070000 {
+                       kmi@70000 {
                                compatible = "arm,pl050", "arm,primecell";
                                reg = <0x070000 0x1000>;
                                interrupts = <13>;
                                clock-names = "KMIREFCLK", "apb_pclk";
                        };
 
-                       v2m_serial0: uart@090000 {
+                       v2m_serial0: uart@90000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x090000 0x1000>;
                                interrupts = <5>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial1: uart@0a0000 {
+                       v2m_serial1: uart@a0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0a0000 0x1000>;
                                interrupts = <6>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial2: uart@0b0000 {
+                       v2m_serial2: uart@b0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0b0000 0x1000>;
                                interrupts = <7>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       v2m_serial3: uart@0c0000 {
+                       v2m_serial3: uart@c0000 {
                                compatible = "arm,pl011", "arm,primecell";
                                reg = <0x0c0000 0x1000>;
                                interrupts = <8>;
                                clock-names = "uartclk", "apb_pclk";
                        };
 
-                       wdt@0f0000 {
+                       wdt@f0000 {
                                compatible = "arm,sp805", "arm,primecell";
                                reg = <0x0f0000 0x1000>;
                                interrupts = <0>;
                                };
                        };
 
-                       virtio-block@0130000 {
+                       virtio-block@130000 {
                                compatible = "virtio,mmio";
                                reg = <0x130000 0x200>;
                                interrupts = <42>;
index e3a171162bb4775a8aceebc54662252c18288076..124dceeada1fa494504bd65366146eb3b8643002 100644 (file)
                };
        };
 
-       smb@08000000 {
+       smb@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index ab4ae1a32fabd48527694b384f6622ccd125107d..f00c21e0767e0c33921cf35c23fc512bac8fa294 100644 (file)
                        reg = <0x04000000 0x06400000>; /*  100MB */
                };
 
-               partition@0a400000{
+               partition@a400000{
                        label = "ncustfs";
                        reg = <0x0a400000 0x35c00000>; /*  860MB */
                };
index 35c8457e3d1f23d32c3db46cbf43f95a3e1ef795..4a2a6af8e752dbbe3a17fa02861fb3603d7c44cb 100644 (file)
@@ -77,7 +77,7 @@
                        next-level-cache = <&CLUSTER0_L2>;
                };
 
-               CLUSTER0_L2: l2-cache@000 {
+               CLUSTER0_L2: l2-cache@0 {
                        compatible = "cache";
                };
        };
                        #size-cells = <1>;
                        ranges = <0 0x652e0000 0x80000>;
 
-                       v2m0: v2m@00000 {
+                       v2m0: v2m@0 {
                                compatible = "arm,gic-v2m-frame";
                                interrupt-parent = <&gic>;
                                msi-controller;
index cbc43376e25ee2910687942d374f606de444c208..3a4d4524b5ed24e7d09797b52885d928ab7deb2e 100644 (file)
@@ -46,7 +46,7 @@
                        clock-mult = <1>;
                };
 
-               genpll0: genpll0@0001d104 {
+               genpll0: genpll0@1d104 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-genpll0";
                        reg = <0x0001d104 0x32>,
@@ -58,7 +58,7 @@
                                             "clk_paxc_axi";
                };
 
-               genpll3: genpll3@0001d1e0 {
+               genpll3: genpll3@1d1e0 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-genpll3";
                        reg = <0x0001d1e0 0x32>,
@@ -68,7 +68,7 @@
                                             "clk_sdio";
                };
 
-               genpll4: genpll4@0001d214 {
+               genpll4: genpll4@1d214 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-genpll4";
                        reg = <0x0001d214 0x32>,
@@ -80,7 +80,7 @@
                                             "clk_bridge_fscpu";
                };
 
-               genpll5: genpll5@0001d248 {
+               genpll5: genpll5@1d248 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-genpll5";
                        reg = <0x0001d248 0x32>,
@@ -90,7 +90,7 @@
                                             "crypto_ae_clk", "raid_ae_clk";
                };
 
-               lcpll0: lcpll0@0001d0c4 {
+               lcpll0: lcpll0@1d0c4 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-lcpll0";
                        reg = <0x0001d0c4 0x3c>,
                                             "clk_sata_500";
                };
 
-               lcpll1: lcpll1@0001d138 {
+               lcpll1: lcpll1@1d138 {
                        #clock-cells = <1>;
                        compatible = "brcm,sr-lcpll1";
                        reg = <0x0001d138 0x3c>,
index 8bf1dc6b46caf303bcae63f2f1fde856127f3a94..9666969c8c887dbe32252646e356181039889cbd 100644 (file)
@@ -36,7 +36,7 @@
                #size-cells = <1>;
                ranges = <0x0 0x0 0x67000000 0x00800000>;
 
-               crypto_mbox: crypto_mbox@00000000 {
+               crypto_mbox: crypto_mbox@0 {
                        compatible = "brcm,iproc-flexrm-mbox";
                        reg = <0x00000000 0x200000>;
                        msi-parent = <&gic_its 0x4100>;
@@ -44,7 +44,7 @@
                        dma-coherent;
                };
 
-               raid_mbox: raid_mbox@00400000 {
+               raid_mbox: raid_mbox@400000 {
                        compatible = "brcm,iproc-flexrm-mbox";
                        reg = <0x00400000 0x200000>;
                        dma-coherent;
index 15214d05fec1cf97304e4aaa254e1dc57b3c334e..8a3a770e8f2ce62bb99fc9fd74461073cfa7780a 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <dt-bindings/pinctrl/brcm,pinctrl-stingray.h>
 
-               pinconf: pinconf@00140000 {
+               pinconf: pinconf@140000 {
                        compatible = "pinconf-single";
                        reg = <0x00140000 0x250>;
                        pinctrl-single,register-width = <32>;
@@ -40,7 +40,7 @@
                        /* pinconf functions */
                };
 
-               pinmux: pinmux@0014029c {
+               pinmux: pinmux@14029c {
                        compatible = "pinctrl-single";
                        reg = <0x0014029c 0x250>;
                        #address-cells = <1>;
index a774709388df34dfdfb214b0736d7ebd00b0cad3..4b5465da81d8e29ac616fc18de3f1351e81321ed 100644 (file)
@@ -36,7 +36,7 @@
                #size-cells = <1>;
                ranges = <0x0 0x0 0x67d00000 0x00800000>;
 
-               sata0: ahci@00210000 {
+               sata0: ahci@210000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00210000 0x1000>;
                        reg-names = "ahci";
@@ -52,7 +52,7 @@
                        };
                };
 
-               sata_phy0: sata_phy@00212100 {
+               sata_phy0: sata_phy@212100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00212100 0x1000>;
                        reg-names = "phy";
@@ -66,7 +66,7 @@
                        };
                };
 
-               sata1: ahci@00310000 {
+               sata1: ahci@310000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00310000 0x1000>;
                        reg-names = "ahci";
@@ -82,7 +82,7 @@
                        };
                };
 
-               sata_phy1: sata_phy@00312100 {
+               sata_phy1: sata_phy@312100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00312100 0x1000>;
                        reg-names = "phy";
@@ -96,7 +96,7 @@
                        };
                };
 
-               sata2: ahci@00120000 {
+               sata2: ahci@120000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00120000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy2: sata_phy@00122100 {
+               sata_phy2: sata_phy@122100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00122100 0x1000>;
                        reg-names = "phy";
                        };
                };
 
-               sata3: ahci@00130000 {
+               sata3: ahci@130000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00130000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy3: sata_phy@00132100 {
+               sata_phy3: sata_phy@132100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00132100 0x1000>;
                        reg-names = "phy";
                        };
                };
 
-               sata4: ahci@00330000 {
+               sata4: ahci@330000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00330000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy4: sata_phy@00332100 {
+               sata_phy4: sata_phy@332100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00332100 0x1000>;
                        reg-names = "phy";
                        };
                };
 
-               sata5: ahci@00400000 {
+               sata5: ahci@400000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00400000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy5: sata_phy@00402100 {
+               sata_phy5: sata_phy@402100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00402100 0x1000>;
                        reg-names = "phy";
                        };
                };
 
-               sata6: ahci@00410000 {
+               sata6: ahci@410000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00410000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy6: sata_phy@00412100 {
+               sata_phy6: sata_phy@412100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00412100 0x1000>;
                        reg-names = "phy";
                        };
                };
 
-               sata7: ahci@00420000 {
+               sata7: ahci@420000 {
                        compatible = "brcm,iproc-ahci", "generic-ahci";
                        reg = <0x00420000 0x1000>;
                        reg-names = "ahci";
                        };
                };
 
-               sata_phy7: sata_phy@00422100 {
+               sata_phy7: sata_phy@422100 {
                        compatible = "brcm,iproc-sr-sata-phy";
                        reg = <0x00422100 0x1000>;
                        reg-names = "phy";
index e6f75c633623cf45b9efc67844149551eb343e83..99aaff0b6d72b6bc971863411b80caa3dd165048 100644 (file)
@@ -42,7 +42,7 @@
                #address-cells = <2>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x0 0x0>;
@@ -50,7 +50,7 @@
                        next-level-cache = <&CLUSTER0_L2>;
                };
 
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x0 0x1>;
                        next-level-cache = <&CLUSTER3_L2>;
                };
 
-               CLUSTER0_L2: l2-cache@000 {
+               CLUSTER0_L2: l2-cache@0 {
                        compatible = "cache";
                };
 
                #size-cells = <1>;
                ranges = <0x0 0x0 0x61000000 0x05000000>;
 
-               ccn: ccn@00000000 {
+               ccn: ccn@0 {
                        compatible = "arm,ccn-502";
                        reg = <0x00000000 0x900000>;
                        interrupts = <GIC_SPI 799 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               gic: interrupt-controller@02c00000 {
+               gic: interrupt-controller@2c00000 {
                        compatible = "arm,gic-v3";
                        #interrupt-cells = <3>;
                        #address-cells = <1>;
                        };
                };
 
-               smmu: mmu@03000000 {
+               smmu: mmu@3000000 {
                        compatible = "arm,mmu-500";
                        reg = <0x03000000 0x80000>;
                        #global-interrupts = <1>;
 
                #include "stingray-clock.dtsi"
 
-               gpio_crmu: gpio@00024800 {
+               gpio_crmu: gpio@24800 {
                        compatible = "brcm,iproc-gpio";
                        reg = <0x00024800 0x4c>;
                        ngpios = <6>;
 
                #include "stingray-pinctrl.dtsi"
 
-               mdio_mux_iproc: mdio-mux@0002023c {
+               mdio_mux_iproc: mdio-mux@2023c {
                        compatible = "brcm,mdio-mux-iproc";
                        reg = <0x0002023c 0x14>;
                        #address-cells = <1>;
                        };
                };
 
-               pwm: pwm@00010000 {
+               pwm: pwm@10000 {
                        compatible = "brcm,iproc-pwm";
                        reg = <0x00010000 0x1000>;
                        clocks = <&crmu_ref25m>;
                        status = "disabled";
                };
 
-               timer0: timer@00030000 {
+               timer0: timer@30000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00030000 0x1000>;
                        interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer1: timer@00040000 {
+               timer1: timer@40000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00040000 0x1000>;
                        interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
                        clock-names = "timer1", "timer2", "apb_pclk";
                };
 
-               timer2: timer@00050000 {
+               timer2: timer@50000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00050000 0x1000>;
                        interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer3: timer@00060000 {
+               timer3: timer@60000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00060000 0x1000>;
                        interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer4: timer@00070000 {
+               timer4: timer@70000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00070000 0x1000>;
                        interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer5: timer@00080000 {
+               timer5: timer@80000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00080000 0x1000>;
                        interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer6: timer@00090000 {
+               timer6: timer@90000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x00090000 0x1000>;
                        interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               timer7: timer@000a0000 {
+               timer7: timer@a0000 {
                        compatible = "arm,sp804", "arm,primecell";
                        reg = <0x000a0000 0x1000>;
                        interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               i2c0: i2c@000b0000 {
+               i2c0: i2c@b0000 {
                        compatible = "brcm,iproc-i2c";
                        reg = <0x000b0000 0x100>;
                        #address-cells = <1>;
                        status = "disabled";
                };
 
-               wdt0: watchdog@000c0000 {
+               wdt0: watchdog@c0000 {
                        compatible = "arm,sp805", "arm,primecell";
                        reg = <0x000c0000 0x1000>;
                        interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
                        clock-names = "wdogclk", "apb_pclk";
                };
 
-               gpio_hsls: gpio@000d0000 {
+               gpio_hsls: gpio@d0000 {
                        compatible = "brcm,iproc-gpio";
                        reg = <0x000d0000 0x864>;
                        ngpios = <151>;
                                        <&pinmux 151 91 4>;
                };
 
-               i2c1: i2c@000e0000 {
+               i2c1: i2c@e0000 {
                        compatible = "brcm,iproc-i2c";
                        reg = <0x000e0000 0x100>;
                        #address-cells = <1>;
                        status = "disabled";
                };
 
-               uart0: uart@00100000 {
+               uart0: uart@100000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00100000 0x1000>;
                        status = "disabled";
                };
 
-               uart1: uart@00110000 {
+               uart1: uart@110000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00110000 0x1000>;
                        status = "disabled";
                };
 
-               uart2: uart@00120000 {
+               uart2: uart@120000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00120000 0x1000>;
                        status = "disabled";
                };
 
-               uart3: uart@00130000 {
+               uart3: uart@130000 {
                        device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00130000 0x1000>;
                        status = "disabled";
                };
 
-               ssp0: ssp@00180000 {
+               ssp0: ssp@180000 {
                        compatible = "arm,pl022", "arm,primecell";
                        reg = <0x00180000 0x1000>;
                        interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               ssp1: ssp@00190000 {
+               ssp1: ssp@190000 {
                        compatible = "arm,pl022", "arm,primecell";
                        reg = <0x00190000 0x1000>;
                        interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               hwrng: hwrng@00220000 {
+               hwrng: hwrng@220000 {
                        compatible = "brcm,iproc-rng200";
                        reg = <0x00220000 0x28>;
                };
 
-               dma0: dma@00310000 {
+               dma0: dma@310000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x00310000 0x1000>;
                        interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>,
                        iommus = <&smmu 0x6000 0x0000>;
                };
 
-               enet: ethernet@00340000{
+               enet: ethernet@340000{
                        compatible = "brcm,amac";
                        reg = <0x00340000 0x1000>;
                        reg-names = "amac_base";
                        status= "disabled";
                };
 
-               nand: nand@00360000 {
+               nand: nand@360000 {
                        compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
                        reg = <0x00360000 0x600>,
                              <0x0050a408 0x600>,
                        status = "disabled";
                };
 
-               sdio0: sdhci@003f1000 {
+               sdio0: sdhci@3f1000 {
                        compatible = "brcm,sdhci-iproc";
                        reg = <0x003f1000 0x100>;
                        interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdio1: sdhci@003f2000 {
+               sdio1: sdhci@3f2000 {
                        compatible = "brcm,sdhci-iproc";
                        reg = <0x003f2000 0x100>;
                        interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
index 800ba65991f79c95bcf647ae9840d568e68419f6..5ec2bfa5f7146c4bdc00144f601bfbf429da386e 100644 (file)
@@ -60,7 +60,7 @@
                serial1 = &uaa1;
        };
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x00000000 0x0 0x80000000>;
        };
index 04dc8a8d15399ea3eb9e63f8215fcbc8840c56f3..1a9103b269cb7b11a7b74a601343685a9552894d 100644 (file)
                #address-cells = <2>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x000>;
                        enable-method = "psci";
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x001>;
                        enable-method = "psci";
                };
-               cpu@002 {
+               cpu@2 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x002>;
                        enable-method = "psci";
                };
-               cpu@003 {
+               cpu@3 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x003>;
                        enable-method = "psci";
                };
-               cpu@004 {
+               cpu@4 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x004>;
                        enable-method = "psci";
                };
-               cpu@005 {
+               cpu@5 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x005>;
                        enable-method = "psci";
                };
-               cpu@006 {
+               cpu@6 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x006>;
                        enable-method = "psci";
                };
-               cpu@007 {
+               cpu@7 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x007>;
                        enable-method = "psci";
                };
-               cpu@008 {
+               cpu@8 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x008>;
                        enable-method = "psci";
                };
-               cpu@009 {
+               cpu@9 {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x009>;
                        enable-method = "psci";
                };
-               cpu@00a {
+               cpu@a {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00a>;
                        enable-method = "psci";
                };
-               cpu@00b {
+               cpu@b {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00b>;
                        enable-method = "psci";
                };
-               cpu@00c {
+               cpu@c {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00c>;
                        enable-method = "psci";
                };
-               cpu@00d {
+               cpu@d {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00d>;
                        enable-method = "psci";
                };
-               cpu@00e {
+               cpu@e {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00e>;
                        enable-method = "psci";
                };
-               cpu@00f {
+               cpu@f {
                        device_type = "cpu";
                        compatible = "cavium,thunder", "arm,armv8";
                        reg = <0x0 0x00f>;
index abba750b87f8181aaf15e503cc4ea55cbf6b7638..3bbd017f088f105442b1b48982d7a5ad0627ef50 100644 (file)
@@ -18,7 +18,7 @@
        model = "Hisilicon Hip05 D02 Development Board";
        compatible = "hisilicon,hip05-d02";
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x00000000 0x0 0x80000000>;
        };
index 7c4114a67753560f1fe2f57b169dcffcc76ee5de..9af633021a42a62460bed98a66ba63c244123177 100644 (file)
@@ -17,7 +17,7 @@
        model = "Hisilicon Hip06 D03 Development Board";
        compatible = "hisilicon,hip06-d03";
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x00000000 0x0 0x40000000>;
        };
index 9c3bdf87e5433f2a800eae0a2a1e32c8c924dd88..8f79e8dae1020d4aba75539a6c37d389d674f9fe 100644 (file)
@@ -56,7 +56,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
index 0d7b2ae4661002e7443297f680511950c87bfd8f..46ec003eabb04929f784bf9fccac2609eab505d7 100644 (file)
@@ -56,7 +56,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
index acf5c7d16d79b2f07eedf4691a1fc820073c7ffc..4fbb13d4145157b16a835e36032df7a34b71ec6a 100644 (file)
@@ -57,7 +57,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
index 707af833832be2039fa82af404e7ac3357b6b38d..85b58a19a9fb836175e41a465ee1fe5e8fd7d9bc 100644 (file)
@@ -55,7 +55,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory@00000000 {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
index 95a1ff60f6c1318998db8b214a496d5a6f79dbb9..b98ea137371d35636f6293e92896f05969f88879 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x000>;
                        enable-method = "psci";
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x001>;
index ba43a4357b8942a66e4d25fb901e5543e0dfcdea..116164ff260f35c5a186b5fde963b29f8a5dbfa0 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x000>;
                        enable-method = "psci";
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x001>;
index bf1b22b70384ceee5c1284bba316d3298fd21268..7f0661e12f5edcb91cb90722a3d5ca751b27fa58 100644 (file)
                #size-cells = <0>;
                compatible = "marvell,armada-ap810-octa";
 
-               cpu@000 {
+               cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x000>;
                        enable-method = "psci";
                };
-               cpu@001 {
+               cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a72", "arm,armv8";
                        reg = <0x001>;
index d6b800fd26d064016214e943da91cd8611dbb948..d2f88b92d8e21e867419e8556b4611c2e10a384d 100644 (file)
                        ranges = <0 0xe80000 0x10000>;
                        interrupt-parent = <&aic>;
 
-                       gpio0: gpio@0400 {
+                       gpio0: gpio@400 {
                                compatible = "snps,dw-apb-gpio";
                                reg = <0x0400 0x400>;
                                #address-cells = <1>;
                                };
                        };
 
-                       gpio1: gpio@0800 {
+                       gpio1: gpio@800 {
                                compatible = "snps,dw-apb-gpio";
                                reg = <0x0800 0x400>;
                                #address-cells = <1>;
                                };
                        };
 
-                       gpio2: gpio@0c00 {
+                       gpio2: gpio@c00 {
                                compatible = "snps,dw-apb-gpio";
                                reg = <0x0c00 0x400>;
                                #address-cells = <1>;
index 1d63e6b879de7cc51784077be9b138f9f5635c8e..d294b3de3125a5bd7dcf3a825afb4074dbaeb82e 100644 (file)
                        };
                };
 
-               sdhci@07824000 {
+               sdhci@7824000 {
                        vmmc-supply = <&pm8916_l8>;
                        vqmmc-supply = <&pm8916_l5>;
 
                        status = "okay";
                };
 
-               sdhci@07864000 {
+               sdhci@7864000 {
                        vmmc-supply = <&pm8916_l11>;
                        vqmmc-supply = <&pm8916_l12>;
 
                        };
                };
 
-               lpass@07708000 {
+               lpass@7708000 {
                        status = "okay";
                };
 
index 789f3e87321e2d47e51d5af9346441addd385413..b8dbb203b6649af58a347a268fe1258939384291 100644 (file)
                        pinctrl-1 = <&blsp2_uart2_4pins_sleep>;
                };
 
-               i2c@07577000 {
+               i2c@7577000 {
                /* On Low speed expansion */
                        label = "LS-I2C0";
                        status = "okay";
                };
 
-               i2c@075b6000 {
+               i2c@75b6000 {
                /* On Low speed expansion */
                        label = "LS-I2C1";
                        status = "okay";
                };
 
-               spi@07575000 {
+               spi@7575000 {
                /* On Low speed expansion */
                        label = "LS-SPI0";
                        status = "okay";
                };
 
-               i2c@075b5000 {
+               i2c@75b5000 {
                /* On High speed expansion */
                        label = "HS-I2C2";
                        status = "okay";
                };
 
-               spi@075ba000{
+               spi@75ba000{
                /* On High speed expansion */
                        label = "HS-SPI1";
                        status = "okay";
index dc3817593e144708a514a5605491801056e662ab..2c4159480be21b9a039223a465fff1ff57d68cab 100644 (file)
                        status = "disabled";
                };
 
-               lpass: lpass@07708000 {
+               lpass: lpass@7708000 {
                        status = "disabled";
                        compatible = "qcom,lpass-cpu-apq8016";
                        clocks = <&gcc GCC_ULTAUDIO_AHBFABRIC_IXFABRIC_CLK>,
                        #sound-dai-cells = <1>;
                 };
 
-               sdhc_1: sdhci@07824000 {
+               sdhc_1: sdhci@7824000 {
                        compatible = "qcom,sdhci-msm-v4";
                        reg = <0x07824900 0x11c>, <0x07824000 0x800>;
                        reg-names = "hc_mem", "core_mem";
                        status = "disabled";
                };
 
-               sdhc_2: sdhci@07864000 {
+               sdhc_2: sdhci@7864000 {
                        compatible = "qcom,sdhci-msm-v4";
                        reg = <0x07864900 0x11c>, <0x07864000 0x800>;
                        reg-names = "hc_mem", "core_mem";
index 887b61c872dd15b697e4d1969b26be5010a18d4e..b138414c248a798e0645360c82e99f0795cac59b 100644 (file)
                        #clock-cells = <1>;
                };
 
-               blsp1_spi0: spi@07575000 {
+               blsp1_spi0: spi@7575000 {
                        compatible = "qcom,spi-qup-v2.2.1";
                        reg = <0x07575000 0x600>;
                        interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               blsp2_i2c0: i2c@075b5000 {
+               blsp2_i2c0: i2c@75b5000 {
                        compatible = "qcom,i2c-qup-v2.2.1";
                        reg = <0x075b5000 0x1000>;
                        interrupts = <GIC_SPI 101 0>;
                        status = "disabled";
                };
 
-               blsp2_i2c1: i2c@075b6000 {
+               blsp2_i2c1: i2c@75b6000 {
                        compatible = "qcom,i2c-qup-v2.2.1";
                        reg = <0x075b6000 0x1000>;
                        interrupts = <GIC_SPI 102 0>;
                        status = "disabled";
                };
 
-               blsp1_i2c2: i2c@07577000 {
+               blsp1_i2c2: i2c@7577000 {
                        compatible = "qcom,i2c-qup-v2.2.1";
                        reg = <0x07577000 0x1000>;
                        interrupts = <GIC_SPI 97 0>;
                        status = "disabled";
                };
 
-               blsp2_spi5: spi@075ba000{
+               blsp2_spi5: spi@75ba000{
                        compatible = "qcom,spi-qup-v2.2.1";
                        reg = <0x075ba000 0x600>;
                        interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                        #interrupt-cells = <2>;
                };
 
-               timer@09840000 {
+               timer@9840000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges;