xref: /freebsd/sys/contrib/device-tree/Bindings/soc/bcm/brcm,bcm23550-cdc.yaml (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2*f126890aSEmmanuel Vadot%YAML 1.2
3*f126890aSEmmanuel Vadot---
4*f126890aSEmmanuel Vadot$id: http://devicetree.org/schemas/soc/bcm/brcm,bcm23550-cdc.yaml#
5*f126890aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadottitle: Broadcom BCM23550 Cluster Dormant Control
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadotdescription:
10*f126890aSEmmanuel Vadot  The Cluster Dormant Control block keeps the CPU in idle state. A command
11*f126890aSEmmanuel Vadot  needs to be sent to this block to bring the CPU into running state.
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadotmaintainers:
14*f126890aSEmmanuel Vadot  - Florian Fainelli <f.fainelli@gmail.com>
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadotproperties:
17*f126890aSEmmanuel Vadot  compatible:
18*f126890aSEmmanuel Vadot    const: brcm,bcm23550-cdc
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot  reg:
21*f126890aSEmmanuel Vadot    maxItems: 1
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadotrequired:
24*f126890aSEmmanuel Vadot  - compatible
25*f126890aSEmmanuel Vadot  - reg
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel VadotadditionalProperties: false
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadotexamples:
30*f126890aSEmmanuel Vadot  - |
31*f126890aSEmmanuel Vadot    cdc@3fe0e000 {
32*f126890aSEmmanuel Vadot        compatible = "brcm,bcm23550-cdc";
33*f126890aSEmmanuel Vadot        reg = <0x3fe0e000 0x78>;
34*f126890aSEmmanuel Vadot    };
35*f126890aSEmmanuel Vadot...
36