1description: SAM0 GPIO PORT node 2 3compatible: "atmel,sam0-gpio" 4 5include: [gpio-controller.yaml, base.yaml] 6 7properties: 8 reg: 9 required: true 10 11 "#gpio-cells": 12 const: 2 13 14 "#atmel,pin-cells": 15 type: int 16 required: true 17 const: 2 18 description: Number of items to expect in a atmel,pins specifier 19 20gpio-cells: 21 - pin 22 - flags 23 24atmel,pin-cells: 25 - pin 26 - peripheral 27