34 lines
711 B
YAML
34 lines
711 B
YAML
# Copyright (c) 2020, Linaro Limited
|
|
# Copyright (c) 2021, Gerson Fernando Budke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Atmel SAM Pinctrl container node
|
|
|
|
The Atmel SAM pins implements following pin configuration option:
|
|
|
|
* bias-pull-up
|
|
* bias-pull-down
|
|
* drive-open-drain
|
|
|
|
These options define devicetree flags that are converted to SoC flags at
|
|
ATMEL_SAM_PIN_FLAGS().
|
|
|
|
compatible: "atmel,sam-pinctrl"
|
|
|
|
include: [base.yaml, pincfg-node.yaml]
|
|
|
|
properties:
|
|
"#address-cells":
|
|
required: true
|
|
const: 1
|
|
"#size-cells":
|
|
required: true
|
|
const: 1
|
|
|
|
child-binding:
|
|
description: Atmel pins
|
|
properties:
|
|
"atmel,pins":
|
|
type: phandle-array
|