1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Use this compatible for i.MX boards on which the
6  IOMUXC is managed by the SCU.
7
8compatible: "nxp,imx-iomuxc-scu"
9
10include: base.yaml
11
12child-binding:
13  description: SCFW-based IOMUXC pin mux.
14  properties:
15    pinmux:
16      required: true
17      type: array
18      description: |
19        This is an array of values defining the pin mux selection
20        with the following format:
21
22          <pad, mux>
23
24        pad: Which pad to configure.
25        mux: Select which signal to route.
26