pinmux-node.yaml (ead5d1f4d877e92c051e1a1ade623d0d30e71619) | pinmux-node.yaml (6a0e321ea735691e726d84ee29a1a3fd3fc3541a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/pinctrl/pinmux-node.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Generic pin multiplexing node schema 8 --- 115 unchanged lines hidden (view full) --- 124 pinmux: 125 description: 126 The list of numeric pin ids and their mux settings that properties in the 127 node apply to (either this, "pins" or "groups" have to be specified) 128 $ref: /schemas/types.yaml#/definitions/uint32-array 129 130 pinctrl-pin-array: 131 $ref: /schemas/types.yaml#/definitions/uint32-array | 1# SPDX-License-Identifier: GPL-2.0-only 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/pinctrl/pinmux-node.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Generic pin multiplexing node schema 8 --- 115 unchanged lines hidden (view full) --- 124 pinmux: 125 description: 126 The list of numeric pin ids and their mux settings that properties in the 127 node apply to (either this, "pins" or "groups" have to be specified) 128 $ref: /schemas/types.yaml#/definitions/uint32-array 129 130 pinctrl-pin-array: 131 $ref: /schemas/types.yaml#/definitions/uint32-array |
132 133additionalProperties: true |
|