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:
Larson Jiang
2017-04-28 11:27:21 +08:00
committed by Jianxin Pan
parent e3806baea2
commit 2a4027beaa
2 changed files with 4 additions and 4 deletions

View File

@@ -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 >;

View File

@@ -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 >;