Skip to content

Commit

Permalink
dts: treble: sync OSRC update with oneui dts
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaser1211 committed Nov 10, 2020
1 parent 960d9c1 commit 7c9d57f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions arch/arm64/boot/exynos8890_Treble.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -651,12 +651,15 @@
serial_1: uart@14C20000 {
compatible = "samsung,exynos-uart";
samsung,separate-uart-clk;
samsung,rts-trig-level = <1>;
samsung,rts-gpio-control;
reg = <0x0 0x14C20000 0x100>;
samsung,fifo-size = <256>;
interrupts = <0 432 0>;
pinctrl-names = "btdefault", "btsleep";
pinctrl-0 = <&uart1_default>;
pinctrl-1 = <&uart1_btsleep>;
pinctrl-names = "default", "rts", "tx_dat";
pinctrl-0 = <&uart1_bus>;
pinctrl-1 = <&uart1_bus_rts &uart1_bus_tx_con>;
pinctrl-2 = <&uart1_bus_tx_dat>;
clocks = <&clock 258>, <&clock 263>, <&clock 263>;
clock-names = "gate_pclk1", "gate_uart1", "sclk_uart1";
status = "okay";
Expand Down

0 comments on commit 7c9d57f

Please sign in to comment.