[PATCH 07/10] arch: arm: dts: fsl-lx2160a.dtsi: move the serial nodes under soc
Ioana Ciornei
ioana.ciornei at nxp.com
Wed Mar 15 12:04:15 CET 2023
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 at nxp.com>
---
arch/arm/dts/fsl-lx2160a.dtsi | 56 +++++++++++++++++------------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi
index 08f160f6989f..58a408d2dc34 100644
--- a/arch/arm/dts/fsl-lx2160a.dtsi
+++ b/arch/arm/dts/fsl-lx2160a.dtsi
@@ -33,6 +33,34 @@
#size-cells = <2>;
ranges;
dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+
+ uart0: serial at 21c0000 {
+ compatible = "arm,pl011";
+ reg = <0x0 0x21c0000 0x0 0x1000>;
+ clocks = <&clockgen 4 0>;
+ status = "disabled";
+ };
+
+ uart1: serial at 21d0000 {
+ compatible = "arm,pl011";
+ reg = <0x0 0x21d0000 0x0 0x1000>;
+ clocks = <&clockgen 4 0>;
+ status = "disabled";
+ };
+
+ uart2: serial at 21e0000 {
+ compatible = "arm,pl011";
+ reg = <0x0 0x21e0000 0x0 0x1000>;
+ clocks = <&clockgen 4 0>;
+ status = "disabled";
+ };
+
+ uart3: serial at 21f0000 {
+ compatible = "arm,pl011";
+ reg = <0x0 0x21f0000 0x0 0x1000>;
+ clocks = <&clockgen 4 0>;
+ status = "disabled";
+ };
};
crypto: crypto at 8000000 {
@@ -185,34 +213,6 @@
status = "disabled";
};
- uart0: serial at 21c0000 {
- compatible = "arm,pl011";
- reg = <0x0 0x21c0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
- status = "disabled";
- };
-
- uart1: serial at 21d0000 {
- compatible = "arm,pl011";
- reg = <0x0 0x21d0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
- status = "disabled";
- };
-
- uart2: serial at 21e0000 {
- compatible = "arm,pl011";
- reg = <0x0 0x21e0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
- status = "disabled";
- };
-
- uart3: serial at 21f0000 {
- compatible = "arm,pl011";
- reg = <0x0 0x21f0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
- status = "disabled";
- };
-
dspi0: dspi at 2100000 {
compatible = "fsl,vf610-dspi";
#address-cells = <1>;
--
2.25.1
More information about the U-Boot
mailing list