2017-11-24 23:34:20 +08:00
|
|
|
# Copyright (c) 2018, Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: STM32 GPIO node
|
2017-11-24 23:34:20 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "st,stm32-gpio"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2017-11-24 23:34:20 +08:00
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2017-11-24 23:34:20 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
clocks:
|
|
|
|
required: true
|
2017-11-24 23:34:20 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
2019-08-10 03:54:26 +08:00
|
|
|
|
2019-09-27 02:34:13 +08:00
|
|
|
gpio-cells:
|
2017-11-24 23:34:20 +08:00
|
|
|
- pin
|
|
|
|
- flags
|