Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/rtc/fsl,scu-rtc.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: i.MX SCU Client Device Node - RTC bindings based on SCU Message Protocol
0008 
0009 maintainers:
0010   - Dong Aisheng <aisheng.dong@nxp.com>
0011 
0012 description: i.MX SCU Client Device Node
0013   Client nodes are maintained as children of the relevant IMX-SCU device node.
0014 
0015 allOf:
0016   - $ref: rtc.yaml#
0017 
0018 properties:
0019   compatible:
0020     const: fsl,imx8qxp-sc-rtc
0021 
0022 required:
0023   - compatible
0024 
0025 additionalProperties: false
0026 
0027 examples:
0028   - |
0029     rtc {
0030         compatible = "fsl,imx8qxp-sc-rtc";
0031     };