| --- |
| title: ns16550 |
| id: ns16550 |
| version: 0.1 |
| |
| description: > |
| This binding gives a base representation of the ns16550 UART |
| |
| inherits: |
| - !include uart.yaml |
| |
| properties: |
| - compatible: |
| type: string |
| category: required |
| description: compatible strings |
| constraint: "ns16550" |
| |
| - reg: |
| type: array |
| description: mmio register space |
| generation: define |
| category: required |
| |
| - reg-shift: |
| type: int |
| category: optional |
| description: quantity to shift the register offsets by |
| generation: define |
| |
| - interrupts: |
| type: array |
| category: required |
| description: required interrupts |
| generation: define |
| ... |