Skip to content

Commit 7cf86b6

Browse files
AaronDotgregkh
authored andcommitted
dt-bindings: serial: 8250: Add Loongson uart compatible
The Loongson family have a mostly NS16550A-compatible UART and High-Speed UART hardware with the exception of custom frequency divider latch settings register. Co-developed-by: Haowei Zheng <zhenghaowei@loongson.cn> Signed-off-by: Haowei Zheng <zhenghaowei@loongson.cn> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Reviewed-by: Huacai Chen <chenhuacai@loongson.cn> Link: https://patch.msgid.link/2d858e9303d95a3e4909aa9c1379d4abbdc52cc2.1760166651.git.zhoubinbin@loongson.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ab9a30d commit 7cf86b6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/serial

Documentation/devicetree/bindings/serial/8250.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ properties:
125125
- nxp,lpc1850-uart
126126
- opencores,uart16550-rtlsvn105
127127
- ti,da830-uart
128+
- loongson,ls2k0500-uart
129+
- loongson,ls2k1500-uart
128130
- const: ns16550a
129131
- items:
130132
- enum:
@@ -169,6 +171,18 @@ properties:
169171
- nvidia,tegra194-uart
170172
- nvidia,tegra234-uart
171173
- const: nvidia,tegra20-uart
174+
- items:
175+
- enum:
176+
- loongson,ls2k1000-uart
177+
- const: loongson,ls2k0500-uart
178+
- const: ns16550a
179+
- items:
180+
- enum:
181+
- loongson,ls3a5000-uart
182+
- loongson,ls3a6000-uart
183+
- loongson,ls2k2000-uart
184+
- const: loongson,ls2k1500-uart
185+
- const: ns16550a
172186

173187
reg:
174188
maxItems: 1

0 commit comments

Comments
 (0)