Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: "http://devicetree.org/schemas/arm/mediatek/mediatek,mt7622-pcie-mirror.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006 
0007 title: MediaTek PCIE Mirror Controller for MT7622
0008 
0009 maintainers:
0010   - Lorenzo Bianconi <lorenzo@kernel.org>
0011   - Felix Fietkau <nbd@nbd.name>
0012 
0013 description:
0014   The mediatek PCIE mirror provides a configuration interface for PCIE
0015   controller on MT7622 soc.
0016 
0017 properties:
0018   compatible:
0019     items:
0020       - enum:
0021           - mediatek,mt7622-pcie-mirror
0022       - const: syscon
0023 
0024   reg:
0025     maxItems: 1
0026 
0027 required:
0028   - compatible
0029   - reg
0030 
0031 additionalProperties: false
0032 
0033 examples:
0034   - |
0035     soc {
0036       #address-cells = <2>;
0037       #size-cells = <2>;
0038       pcie_mirror: pcie-mirror@10000400 {
0039         compatible = "mediatek,mt7622-pcie-mirror", "syscon";
0040         reg = <0 0x10000400 0 0x10>;
0041       };
0042     };