31 lines
424 B
YAML
31 lines
424 B
YAML
#
|
|
# Copyright (c) 2018, marc-cpdesign
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: NRF5 GPIO
|
|
|
|
description: >
|
|
This is a representation of the NRF GPIO nodes
|
|
|
|
inherits:
|
|
!include [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nordic,nrf-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|