22 lines
458 B
YAML
22 lines
458 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Microchip XEC Pinmux node
|
|
|
|
compatible: "microchip,xec-pinmux"
|
|
|
|
include: base.yaml
|
|
|
|
child-binding:
|
|
description: pinmux child node
|
|
properties:
|
|
ph-reg:
|
|
type: phandle
|
|
required: true
|
|
|
|
port-num:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
Zero based GPIO port number. Pin group 000 - 036 is port 0,
|
|
040 - 076 is port 1, etc.
|