xref: /freebsd/sys/contrib/device-tree/Bindings/board/fsl,bcsr.yaml (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1*b2d2a78aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*b2d2a78aSEmmanuel Vadot%YAML 1.2
3*b2d2a78aSEmmanuel Vadot---
4*b2d2a78aSEmmanuel Vadot$id: http://devicetree.org/schemas/board/fsl,bcsr.yaml#
5*b2d2a78aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*b2d2a78aSEmmanuel Vadot
7*b2d2a78aSEmmanuel Vadottitle: Board Control and Status
8*b2d2a78aSEmmanuel Vadot
9*b2d2a78aSEmmanuel Vadotmaintainers:
10*b2d2a78aSEmmanuel Vadot  - Frank Li <Frank.Li@nxp.com>
11*b2d2a78aSEmmanuel Vadot
12*b2d2a78aSEmmanuel Vadotproperties:
13*b2d2a78aSEmmanuel Vadot  compatible:
14*b2d2a78aSEmmanuel Vadot    enum:
15*b2d2a78aSEmmanuel Vadot      - fsl,mpc8360mds-bcsr
16*b2d2a78aSEmmanuel Vadot
17*b2d2a78aSEmmanuel Vadot  reg:
18*b2d2a78aSEmmanuel Vadot    maxItems: 1
19*b2d2a78aSEmmanuel Vadot
20*b2d2a78aSEmmanuel Vadotrequired:
21*b2d2a78aSEmmanuel Vadot  - compatible
22*b2d2a78aSEmmanuel Vadot  - reg
23*b2d2a78aSEmmanuel Vadot
24*b2d2a78aSEmmanuel VadotadditionalProperties: false
25*b2d2a78aSEmmanuel Vadot
26*b2d2a78aSEmmanuel Vadotexamples:
27*b2d2a78aSEmmanuel Vadot  - |
28*b2d2a78aSEmmanuel Vadot    board@f8000000 {
29*b2d2a78aSEmmanuel Vadot        compatible = "fsl,mpc8360mds-bcsr";
30*b2d2a78aSEmmanuel Vadot        reg = <0xf8000000 0x8000>;
31*b2d2a78aSEmmanuel Vadot    };
32*b2d2a78aSEmmanuel Vadot
33