38 lines
753 B
YAML
38 lines
753 B
YAML
|
---
|
||
|
title: KW41Z LPUART
|
||
|
id: nxp,kw41z-lpuart
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the KW41Z LowPower-UART
|
||
|
|
||
|
inherits:
|
||
|
- !include uart.yaml
|
||
|
- !include zephyr_devices.yaml
|
||
|
|
||
|
properties:
|
||
|
- compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "nxp,kw41z-lpuart"
|
||
|
|
||
|
- reg:
|
||
|
type: array
|
||
|
description: mmio register space
|
||
|
generation: define
|
||
|
category: required
|
||
|
|
||
|
- interrupts:
|
||
|
type: array
|
||
|
category: required
|
||
|
description: required interrupts
|
||
|
generation: define
|
||
|
|
||
|
- pinctrl-*:
|
||
|
type: array
|
||
|
category: optional
|
||
|
description: pinmux information for RX, TX, CTS, RTS
|
||
|
generation: structures
|
||
|
...
|