gpio: add a GPIO driver for the SAM0 family.
Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
parent
be8cba4bad
commit
54c6fbdca7
5 changed files with 161 additions and 0 deletions
26
dts/bindings/gpio/atmel,sam0-gpio.yaml
Normal file
26
dts/bindings/gpio/atmel,sam0-gpio.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: Atmel SAM0 GPIO PORT driver
|
||||
id: atmel,sam0-gpio
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the SAM0 GPIO PORT nodes
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "atmel,sam0-gpio"
|
||||
|
||||
reg:
|
||||
type: int
|
||||
description: mmio register space
|
||||
generation: define
|
||||
category: required
|
||||
|
||||
label:
|
||||
type: string
|
||||
category: required
|
||||
description: Human readable string describing the device (used by Zephyr for API name)
|
||||
generation: define
|
Loading…
Add table
Add a link
Reference in a new issue