aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSinan Akman <sinan@writeme.com>2023-04-07 18:03:44 -0400
committerTom Rini <trini@konsulko.com>2023-04-25 15:31:28 -0400
commit23fd87c489276050b229b469c0cba4cb0e9d7a59 (patch)
treec5fbbdb71291fd490889ae8305db0a13857ca3a0 /arch/powerpc
parente97c89cc15b90c72dcf6a7a943fb52743a1f70fa (diff)
downloadu-boot-23fd87c489276050b229b469c0cba4cb0e9d7a59.zip
u-boot-23fd87c489276050b229b469c0cba4cb0e9d7a59.tar.gz
u-boot-23fd87c489276050b229b469c0cba4cb0e9d7a59.tar.bz2
mpc8379erdb: Convert to using DM_SERIAL
Convert to DM_SERIAL for mpc8379erdb. Signed-off-by: Sinan Akman <sinan@writeme.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/dts/mpc8379erdb.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/dts/mpc8379erdb.dts b/arch/powerpc/dts/mpc8379erdb.dts
index 2e7c8f1..3db5ece 100644
--- a/arch/powerpc/dts/mpc8379erdb.dts
+++ b/arch/powerpc/dts/mpc8379erdb.dts
@@ -13,6 +13,11 @@
#address-cells = <1>;
#size-cells = <1>;
+ aliases {
+ serial0 = &serial0;
+ serial1 = &serial1;
+ };
+
cpus {
#address-cells = <1>;
#size-cells = <0>;
@@ -60,6 +65,28 @@
clock-frequency = <0>;
};
+ serial0: serial@4500 {
+ cell-index = <0>;
+ device_type = "serial";
+ compatible = "fsl,ns16550", "ns16550";
+ reg = <0x4500 0x100>;
+ clock-frequency = <333333000>;
+ interrupts = <9 0x8>;
+ interrupt-parent = <&ipic>;
+ bootph-all;
+ };
+
+ serial1: serial@4600 {
+ cell-index = <1>;
+ device_type = "serial";
+ compatible = "fsl,ns16550", "ns16550";
+ reg = <0x4600 0x100>;
+ clock-frequency = <333333000>;
+ interrupts = <10 0x8>;
+ interrupt-parent = <&ipic>;
+ bootph-all;
+ };
+
ipic: interrupt-controller@700 {
compatible = "fsl,ipic";
interrupt-controller;