Lines Matching +full:syscon +full:- +full:pcie +full:- +full:id
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/starfive/starfive,jh7110-syscon.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - William Qiu <william.qiu@starfivetech.com>
14 as offset, mask and shift to configure related modules such as MMC and PCIe.
19 - items:
20 - const: starfive,jh7110-sys-syscon
21 - const: syscon
22 - const: simple-mfd
23 - items:
24 - enum:
25 - starfive,jh7110-aon-syscon
26 - starfive,jh7110-stg-syscon
27 - const: syscon
32 clock-controller:
33 $ref: /schemas/clock/starfive,jh7110-pll.yaml#
36 "#power-domain-cells":
40 - compatible
41 - reg
44 - if:
48 const: starfive,jh7110-sys-syscon
51 - clock-controller
54 clock-controller: false
55 - if:
59 const: starfive,jh7110-aon-syscon
62 - "#power-domain-cells"
65 "#power-domain-cells": false
70 - |
71 syscon@10240000 {
72 compatible = "starfive,jh7110-stg-syscon", "syscon";
76 syscon@13030000 {
77 compatible = "starfive,jh7110-sys-syscon", "syscon", "simple-mfd";
80 clock-controller {
81 compatible = "starfive,jh7110-pll";
83 #clock-cells = <1>;
87 syscon@17010000 {
88 compatible = "starfive,jh7110-aon-syscon", "syscon";
90 #power-domain-cells = <1>;