]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: fsl-lx2160a.dtsi: move the serial nodes under soc
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:15 +0000 (13:04 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 4 Apr 2023 09:31:46 +0000 (17:31 +0800)
Move the serial nodes under the soc node. No changes are made to the
nodes, just their location is changed.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-lx2160a.dtsi

index 08f160f6989f776cef6e7cfbf98fe42bdb12df54..58a408d2dc34a2203bef2333ceb107046e1046d4 100644 (file)
                #size-cells = <2>;
                ranges;
                dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+
+               uart0: serial@21c0000 {
+                       compatible = "arm,pl011";
+                       reg = <0x0 0x21c0000 0x0 0x1000>;
+                       clocks = <&clockgen 4 0>;
+                       status = "disabled";
+               };
+
+               uart1: serial@21d0000 {
+                       compatible = "arm,pl011";
+                       reg = <0x0 0x21d0000 0x0 0x1000>;
+                       clocks = <&clockgen 4 0>;
+                       status = "disabled";
+               };
+
+               uart2: serial@21e0000 {
+                       compatible = "arm,pl011";
+                       reg = <0x0 0x21e0000 0x0 0x1000>;
+                       clocks = <&clockgen 4 0>;
+                       status = "disabled";
+               };
+
+               uart3: serial@21f0000 {
+                       compatible = "arm,pl011";
+                       reg = <0x0 0x21f0000 0x0 0x1000>;
+                       clocks = <&clockgen 4 0>;
+                       status = "disabled";
+               };
        };
 
        crypto: crypto@8000000 {
                status = "disabled";
        };
 
-       uart0: serial@21c0000 {
-               compatible = "arm,pl011";
-               reg = <0x0 0x21c0000 0x0 0x1000>;
-               clocks = <&clockgen 4 0>;
-               status = "disabled";
-       };
-
-       uart1: serial@21d0000 {
-               compatible = "arm,pl011";
-               reg = <0x0 0x21d0000 0x0 0x1000>;
-               clocks = <&clockgen 4 0>;
-               status = "disabled";
-       };
-
-       uart2: serial@21e0000 {
-               compatible = "arm,pl011";
-               reg = <0x0 0x21e0000 0x0 0x1000>;
-               clocks = <&clockgen 4 0>;
-               status = "disabled";
-       };
-
-       uart3: serial@21f0000 {
-               compatible = "arm,pl011";
-               reg = <0x0 0x21f0000 0x0 0x1000>;
-               clocks = <&clockgen 4 0>;
-               status = "disabled";
-       };
-
        dspi0: dspi@2100000 {
                compatible = "fsl,vf610-dspi";
                #address-cells = <1>;