1# Copyright (c) 2023, Prevas A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: MCUX XBAR (Crossbar) 5 6compatible: "nxp,mcux-xbar" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 14 xbar-maps: 15 type: array 16 description: | 17 Crossbar input and output mappings. Input is followed by the output. 18 Input should match pinctrl mapping in dtsi. The desired values can be 19 found by searching for 'enum _xbar_' in 20 modules/hal/nxp/mcux/mcux-sdk/devices/<device>/<device>.h. 21