|
# Copyright (c) 2018, marc-cpdesign
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NRF5 GPIO node
|
|
|
|
compatible: "nordic,nrf-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|