2018-05-17 07:53:17 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, marc-cpdesign
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-08-20 19:45:55 +08:00
|
|
|
title: NRF5 GPIO
|
2018-05-17 07:53:17 +08:00
|
|
|
|
|
|
|
description: >
|
2018-08-20 19:45:55 +08:00
|
|
|
This is a representation of the NRF GPIO nodes
|
2018-05-17 07:53:17 +08:00
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
2019-08-09 21:41:02 +08:00
|
|
|
!include [gpio-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2018-05-17 07:53:17 +08:00
|
|
|
properties:
|
|
|
|
compatible:
|
2018-07-18 19:05:13 +08:00
|
|
|
constraint: "nordic,nrf-gpio"
|
2018-05-17 07:53:17 +08:00
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
|
2019-08-10 03:54:26 +08:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
|
|
|
|
2018-05-17 07:53:17 +08:00
|
|
|
"#cells":
|
|
|
|
- pin
|
|
|
|
- flags
|