arch: arm: dts: fsl-ls1088a.dtsi: move the serial nodes under soc
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:10 +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-ls1088a.dtsi

index 36ec0ff..0eb0f6c 100644 (file)
                ranges;
                dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
 
+               serial0: serial@21c0500 {
+                       device_type = "serial";
+                       compatible = "fsl,ns16550", "ns16550a";
+                       reg = <0x0 0x21c0500 0x0 0x100>;
+                       clock-frequency = <0>; /* Updated by bootloader */
+                       interrupts = <0 32 0x1>; /* edge triggered */
+               };
+
+               serial1: serial@21c0600 {
+                       device_type = "serial";
+                       compatible = "fsl,ns16550", "ns16550a";
+                       reg = <0x0 0x21c0600 0x0 0x100>;
+                       clock-frequency = <0>; /* Updated by bootloader */
+                       interrupts = <0 32 0x1>; /* edge triggered */
+               };
        };
 
        i2c0: i2c@2000000 {
                interrupts = <0 35 4>;
        };
 
-       serial0: serial@21c0500 {
-               device_type = "serial";
-               compatible = "fsl,ns16550", "ns16550a";
-               reg = <0x0 0x21c0500 0x0 0x100>;
-               clock-frequency = <0>;  /* Updated by bootloader */
-               interrupts = <0 32 0x1>; /* edge triggered */
-       };
-
-       serial1: serial@21c0600 {
-               device_type = "serial";
-               compatible = "fsl,ns16550", "ns16550a";
-               reg = <0x0 0x21c0600 0x0 0x100>;
-               clock-frequency = <0>;  /* Updated by bootloader */
-               interrupts = <0 32 0x1>; /* edge triggered */
-       };
-
        dspi: dspi@2100000 {
                compatible = "fsl,vf610-dspi";
                #address-cells = <1>;