1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-safety.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Freescale i.MX8qxp Display Controller Safety Unit 8 9description: 10 The unit allows corresponding processing units to be configured in a path 11 leading to multiple endpoints. 12 13maintainers: 14 - Liu Ying <victor.liu@nxp.com> 15 16properties: 17 compatible: 18 const: fsl,imx8qxp-dc-safety 19 20 reg: 21 maxItems: 1 22 23required: 24 - compatible 25 - reg 26 27additionalProperties: false 28 29examples: 30 - | 31 safety@56180800 { 32 compatible = "fsl,imx8qxp-dc-safety"; 33 reg = <0x56180800 0x1c>; 34 }; 35