blob: 37212a56b05d46dcc19dd8bfddb7fadda5ad5874 [file] [log] [blame]
#
# Copyright (c) 2018, marc-cpdesign
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: NRF5 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"
generation: define
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
...