1# Copyright (c) 2021-2023, Gerson Fernando Budke <nandojve@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: SAM GPIO PORT node 5 6compatible: "atmel,sam-gpio" 7 8include: [gpio-controller.yaml, base.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 clocks: 18 required: true 19 20 "#gpio-cells": 21 const: 2 22 23 "#atmel,pin-cells": 24 type: int 25 required: true 26 const: 2 27 description: Number of items to expect in a atmel,pins specifier 28 29 30gpio-cells: 31 - pin 32 - flags 33 34atmel,pin-cells: 35 - pin 36 - peripheral 37