2020-04-08 00:03:09 +08:00
|
|
|
# Copyright (c) 2020, Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Atmel SAM Pinctrl container node
|
|
|
|
|
|
|
|
compatible: "atmel,sam-pinctrl"
|
|
|
|
|
|
|
|
include: [base.yaml]
|
|
|
|
|
|
|
|
properties:
|
|
|
|
"#address-cells":
|
|
|
|
required: true
|
|
|
|
const: 1
|
|
|
|
"#size-cells":
|
|
|
|
required: true
|
|
|
|
const: 1
|
2020-04-07 21:19:32 +08:00
|
|
|
|
|
|
|
child-binding:
|
|
|
|
description: atmel pins
|
|
|
|
properties:
|
|
|
|
"atmel,pins":
|
|
|
|
type: phandle-array
|
2020-09-04 01:51:42 +08:00
|
|
|
|
|
|
|
bias-pull-up:
|
|
|
|
required: false
|
|
|
|
type: boolean
|
|
|
|
description: pull up the pin
|
|
|
|
|
|
|
|
bias-pull-down:
|
|
|
|
required: false
|
|
|
|
type: boolean
|
|
|
|
description: pull down the pin
|
|
|
|
|
|
|
|
drive-open-drain:
|
|
|
|
required: false
|
|
|
|
type: boolean
|
|
|
|
description: drive with open drain
|