25 lines
355 B
YAML
25 lines
355 B
YAML
description: SiLabs Gecko GPIO port node
|
|
|
|
compatible: "silabs,gecko-gpio-port"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
required: true
|
|
description: peripheral ID
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|