bflb,pinctrl

Vendor: Bouffalo Lab (Nanjing) Co., Ltd.

Description

Bouffalo Lab Pinctrl node

Properties

Top level properties

These property descriptions apply to “bflb,pinctrl” nodes themselves. This page also describes child node properties in the following sections.

Properties not inherited from the base binding file.

(None)

Grandchild node properties

Name

Type

Details

pinmux

array

An array of pins sharing the same group properties. The pins should be
defined using the BFLB_PINMUX utility macro that encode all the pin
route matrix.

This property is required.

drive-strength

int

Pin drive strength. It tunes pin max current where 0 means lower
value, which is the default, and 3 represents max drive strength.
The driver will automatically apply the default value (8mA) to all
pins to save power.

Legal values: 0, 1, 2, 3

bias-high-impedance

boolean

high impedance mode ("third-state", "floating")

bias-pull-up

boolean

enable pull-up resistor

bias-pull-down

boolean

enable pull-down resistor

input-enable

boolean

enable input on pin (e.g. enable an input buffer, no effect on output)

input-schmitt-enable

boolean

enable schmitt-trigger mode

output-enable

boolean

enable output on a pin without actively driving it (e.g. enable an output
buffer)