mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
dst: gxl/gxm: enable uart_a and uart_b
PD#138714 : enable uart_a and uart_b Change-Id: I5f16deaf50965b03039eacfb061a17818336bc77 Signed-off-by: Larson Jiang <larson.jiang@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
e3806baea2
commit
2a4027beaa
@@ -301,7 +301,7 @@
|
||||
compatible = "amlogic, meson-uart";
|
||||
reg = <0x0 0xc11084c0 0x0 0x18>;
|
||||
interrupts = <0 26 1>;
|
||||
status = "disable";
|
||||
status = "okay";
|
||||
clocks = <&clkc CLKID_UART0>;
|
||||
clock-names = "clk_uart";
|
||||
fifosize = < 128 >;
|
||||
@@ -313,7 +313,7 @@
|
||||
compatible = "amlogic, meson-uart";
|
||||
reg = <0x0 0xc11084dc 0x0 0x18>;
|
||||
interrupts = <0 75 1>;
|
||||
status = "disable";
|
||||
status = "okay";
|
||||
clocks = <&clkc CLKID_UART1>;
|
||||
clock-names = "clk_uart";
|
||||
fifosize = < 64 >;
|
||||
|
||||
@@ -391,7 +391,7 @@
|
||||
compatible = "amlogic, meson-uart";
|
||||
reg = <0x0 0xc11084c0 0x0 0x18>;
|
||||
interrupts = <0 26 1>;
|
||||
status = "disable";
|
||||
status = "okay";
|
||||
clocks = <&clkc CLKID_UART0>;
|
||||
clock-names = "clk_uart";
|
||||
fifosize = < 128 >;
|
||||
@@ -403,7 +403,7 @@
|
||||
compatible = "amlogic, meson-uart";
|
||||
reg = <0x0 0xc11084dc 0x0 0x18>;
|
||||
interrupts = <0 75 1>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
clocks = <&clkc CLKID_UART1>;
|
||||
clock-names = "clk_uart";
|
||||
fifosize = < 64 >;
|
||||
|
||||
Reference in New Issue
Block a user