blob: 319082310205f12837b9f6fe99d110df879d0b19 [file] [log] [blame]
---
title: ARM PL011 UART
version: 0.1
description: >
This binding gives a base representation of the ARM PL011 UART
inherits:
!include uart.yaml
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "arm,pl011"
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: required
description: required interrupts
generation: define
...