# Copyright (c) 2018, Linaro Limited | |
# SPDX-License-Identifier: Apache-2.0 | |
description: STM32 GPIO node | |
compatible: "st,stm32-gpio" | |
include: [gpio-controller.yaml, base.yaml] | |
properties: | |
reg: | |
required: true | |
label: | |
required: true | |
clocks: | |
required: true | |
"#gpio-cells": | |
const: 2 | |
gpio-cells: | |
- pin | |
- flags |