1Richtek RT1711H TypeC PD Controller.
2
3Required 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
9Example :
10rt1711h@4e {
11	compatible = "richtek,rt1711h";
12	reg = <0x4e>;
13	interrupt-parent = <&gpio26>;
14	interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
15};
16