Lines Matching +full:block +full:- +full:diagram
3 The hardware block diagram please check bindings/iommu/mediatek,iommu.txt
6 - compatible : must be one of :
7 "mediatek,mt2701-smi-larb"
8 "mediatek,mt2712-smi-larb"
9 "mediatek,mt6779-smi-larb"
10 "mediatek,mt7623-smi-larb", "mediatek,mt2701-smi-larb"
11 "mediatek,mt8167-smi-larb"
12 "mediatek,mt8173-smi-larb"
13 "mediatek,mt8183-smi-larb"
14 - reg : the register and size of this local arbiter.
15 - mediatek,smi : a phandle to the smi_common node.
16 - power-domains : a phandle to the power domain of this local arbiter.
17 - clocks : Must contain an entry for each entry in clock-names.
18 - clock-names: must contain 2 entries, as follows:
19 - "apb" : Advanced Peripheral Bus clock, It's the clock for setting
21 - "smi" : It's the clock for transfer data and command.
23 - "gals": the clock for GALS(Global Async Local Sync).
27 - mediatek,larb-id :the hardware id of this larb.
31 compatible = "mediatek,mt8173-smi-larb";
34 power-domains = <&scpsys MT8173_POWER_DOMAIN_VDEC>;
37 clock-names = "apb", "smi";
42 compatible = "mediatek,mt2701-smi-larb";
45 mediatek,larb-id = <0>;
48 clock-names = "apb", "smi";
49 power-domains = <&scpsys MT2701_POWER_DOMAIN_DISP>;