Merge tag 'clang-format-for-linus-v4.19' of git://github.com/ojeda/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / net / mediatek,mt7620-gsw.txt
1 Mediatek Gigabit Switch
2 =======================
3
4 The mediatek gigabit switch can be found on Mediatek SoCs (mt7620, mt7621).
5
6 Required properties:
7 - compatible: Should be "mediatek,mt7620-gsw" or "mediatek,mt7621-gsw"
8 - reg: Address and length of the register set for the device
9 - interrupts: Should contain the gigabit switches interrupt
10 - resets: Should contain the gigabit switches resets
11 - reset-names: Should contain the reset names "gsw"
12
13 Example:
14
15 gsw@10110000 {
16         compatible = "ralink,mt7620-gsw";
17         reg = <0x10110000 8000>;
18
19         resets = <&rstctrl 23>;
20         reset-names = "gsw";
21
22         interrupt-parent = <&intc>;
23         interrupts = <17>;
24 };