Merge tag 'for-linus' of git://github.com/openrisc/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / richtek,rt1711h.txt
1 Richtek RT1711H TypeC PD Controller.
2
3 Required properties:
4  - compatible : Must be "richtek,rt1711h".
5  - reg : Must be 0x4e, it's slave address of RT1711H.
6  - interrupts : <a b> where a is the interrupt number and b represents an
7    encoding of the sense and level information for the interrupt.
8
9 Example :
10 rt1711h@4e {
11         compatible = "richtek,rt1711h";
12         reg = <0x4e>;
13         interrupt-parent = <&gpio26>;
14         interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
15 };