zephyr/dts/arm/yaml/nxp,kw41z-lpuart.yaml
Bogdan Davidoaia 5b02ba8319 kw41z: add base DTS support
This patch adds the base DTS support for the KW41Z Freedom board. The
initial set of changes include SRAM, FLASH, IRQ controller and LPUART
support.

Change-Id: Ic68c4959ddad0c5cfe70d5576a0e58372b93ec9d
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
2017-02-10 18:14:05 +00:00

37 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
...