1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*ae5de77eSEmmanuel Vadot--- 3*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/serial/arm,sbsa-uart.yaml# 4*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 5*ae5de77eSEmmanuel Vadot 6*ae5de77eSEmmanuel Vadottitle: ARM SBSA UART 7*ae5de77eSEmmanuel Vadot 8*ae5de77eSEmmanuel Vadotmaintainers: 9*ae5de77eSEmmanuel Vadot - Andre Przywara <andre.przywara@arm.com> 10*ae5de77eSEmmanuel Vadot 11*ae5de77eSEmmanuel Vadotdescription: 12*ae5de77eSEmmanuel Vadot This UART uses a subset of the PL011 registers and consequently lives in the 13*ae5de77eSEmmanuel Vadot PL011 driver. It's baudrate and other communication parameters cannot be 14*ae5de77eSEmmanuel Vadot adjusted at runtime, so it lacks a clock specifier here. 15*ae5de77eSEmmanuel Vadot 16*ae5de77eSEmmanuel VadotallOf: 17*ae5de77eSEmmanuel Vadot - $ref: /schemas/serial/serial.yaml# 18*ae5de77eSEmmanuel Vadot 19*ae5de77eSEmmanuel Vadotproperties: 20*ae5de77eSEmmanuel Vadot compatible: 21*ae5de77eSEmmanuel Vadot const: arm,sbsa-uart 22*ae5de77eSEmmanuel Vadot 23*ae5de77eSEmmanuel Vadot reg: 24*ae5de77eSEmmanuel Vadot maxItems: 1 25*ae5de77eSEmmanuel Vadot 26*ae5de77eSEmmanuel Vadot interrupts: 27*ae5de77eSEmmanuel Vadot maxItems: 1 28*ae5de77eSEmmanuel Vadot 29*ae5de77eSEmmanuel Vadot current-speed: 30*ae5de77eSEmmanuel Vadot description: fixed baud rate set by the firmware 31*ae5de77eSEmmanuel Vadot 32*ae5de77eSEmmanuel Vadotrequired: 33*ae5de77eSEmmanuel Vadot - compatible 34*ae5de77eSEmmanuel Vadot - reg 35*ae5de77eSEmmanuel Vadot - interrupts 36*ae5de77eSEmmanuel Vadot - current-speed 37*ae5de77eSEmmanuel Vadot 38*ae5de77eSEmmanuel VadotunevaluatedProperties: false 39