Path: blob/master/Documentation/devicetree/bindings/arm/airoha,en7581-chip-scu.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/airoha,en7581-chip-scu.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Airoha Chip SCU Controller for EN7581 SoC78maintainers:9- Lorenzo Bianconi <lorenzo@kernel.org>1011description:12The airoha chip-scu block provides a configuration interface for clock,13io-muxing and other functionalities used by multiple controllers (e.g. clock,14pinctrl, ecc) on EN7581 SoC.1516properties:17compatible:18items:19- enum:20- airoha,en7581-chip-scu21- const: syscon2223reg:24maxItems: 12526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34soc {35#address-cells = <2>;36#size-cells = <2>;37syscon@1fa20000 {38compatible = "airoha,en7581-chip-scu", "syscon";39reg = <0x0 0x1fa20000 0x0 0x388>;40};41};424344