zephyr/dts/bindings/gpio/nordic,nrf-gpio.yaml
Mieszko Mierunski 4f6aac1a67 dts: nrf5: Changed GPIO and GPIOTE define names
Changed names using nrf5 to nrf for consistency with other drivers.

Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
2018-08-17 07:29:14 -07:00

39 lines
688 B
YAML

#
# Copyright (c) 2018, marc-cpdesign
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: nRF GPIO
id: nordic,nrf-gpio
version: 0.1
description: >
This is a representation of the nRF GPIO nodes
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nordic,nrf-gpio"
reg:
type: int
description: mmio register space
generation: define
category: required
label:
type: string
category: required
description: Human readable string describing the device (used by Zephyr for API name)
generation: define
cell_string: GPIO
"#cells":
- pin
- flags
...