rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,pciesys.txt
blob7fe5dc6097a6a35b7d25f63cbbc0d5ae3bb9870c
1 MediaTek PCIESYS controller
2 ============================
4 The MediaTek PCIESYS controller provides various clocks to the system.
6 Required Properties:
8 - compatible: Should be:
9         - "mediatek,mt7622-pciesys", "syscon"
10 - #clock-cells: Must be 1
11 - #reset-cells: Must be 1
13 The PCIESYS controller uses the common clk binding from
14 Documentation/devicetree/bindings/clock/clock-bindings.txt
15 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
17 Example:
19 pciesys: pciesys@1a100800 {
20         compatible = "mediatek,mt7622-pciesys", "syscon";
21         reg = <0 0x1a100800 0 0x1000>;
22         #clock-cells = <1>;
23         #reset-cells = <1>;