mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-23 10:24:11 +00:00
ath79: add HighSpeed UART (uart1) support for QCA955x
Add HighSpeed UART support to QCA955x series SoCs as a secondary UART (uart1). This UART is compatible with qca,ar9330-uart. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
parent
e0ee4195fc
commit
35ae18fc06
@ -178,6 +178,18 @@
|
||||
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
uart1: uart@18500000 {
|
||||
compatible = "qca,ar9330-uart";
|
||||
reg = <0x18500000 0x14>;
|
||||
|
||||
interrupts = <6>;
|
||||
|
||||
clocks = <&pll ATH79_CLK_REF>;
|
||||
clock-names = "uart";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
gmac: gmac@18070000 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user