Lines Matching +full:wo +full:- +full:ccif
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/mediatek/mediatek,mt7622-wed.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Bianconi <lorenzo@kernel.org>
11 - Felix Fietkau <nbd@nbd.name>
21 - enum:
22 - mediatek,mt7622-wed
23 - mediatek,mt7981-wed
24 - mediatek,mt7986-wed
25 - const: syscon
33 memory-region:
35 - description: firmware EMI region
36 - description: firmware ILM region
37 - description: firmware DLM region
38 - description: firmware CPU DATA region
39 - description: firmware BOOT region
41 memory-region-names:
43 - const: wo-emi
44 - const: wo-ilm
45 - const: wo-dlm
46 - const: wo-data
47 - const: wo-boot
49 mediatek,wo-ccif:
51 description: mediatek wed-wo controller interface.
54 - if:
58 const: mediatek,mt7622-wed
61 memory-region-names: false
62 memory-region: false
63 mediatek,wo-ccif: false
66 - compatible
67 - reg
68 - interrupts
73 - |
74 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 #include <dt-bindings/interrupt-controller/irq.h>
77 #address-cells = <2>;
78 #size-cells = <2>;
80 compatible = "mediatek,mt7622-wed","syscon";
86 - |
87 #include <dt-bindings/interrupt-controller/arm-gic.h>
88 #include <dt-bindings/interrupt-controller/irq.h>
90 #address-cells = <2>;
91 #size-cells = <2>;
94 compatible = "mediatek,mt7986-wed", "syscon";
98 memory-region = <&wo_emi>, <&wo_ilm>, <&wo_dlm>,
100 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm",
101 "wo-data", "wo-boot";
102 mediatek,wo-ccif = <&wo_ccif0>;