Path: blob/master/Documentation/devicetree/bindings/arm/calxeda/hb-sregs.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Calxeda Highbank system registers78description: |9The Calxeda Highbank system has a block of MMIO registers controlling10several generic system aspects. Those can be used to control some power11management, they also contain some gate and PLL clocks.1213maintainers:14- Andre Przywara <andre.przywara@arm.com>1516properties:17compatible:18const: calxeda,hb-sregs1920reg:21maxItems: 12223clocks:24type: object2526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34sregs@fff3c000 {35compatible = "calxeda,hb-sregs";36reg = <0xfff3c000 0x1000>;3738clocks {39#address-cells = <1>;40#size-cells = <0>;4142osc: oscillator {43#clock-cells = <0>;44compatible = "fixed-clock";45clock-frequency = <33333000>;46};47};48};495051