mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 18:01:57 +00:00
Changed names using nrf5 to nrf for consistency with other drivers. Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
39 lines
688 B
YAML
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
|
|
...
|