richtek,rt1711h.txt 440 B

123456789101112131415
  1. Richtek RT1711H TypeC PD Controller.
  2. Required properties:
  3. - compatible : Must be "richtek,rt1711h".
  4. - reg : Must be 0x4e, it's slave address of RT1711H.
  5. - interrupts : <a b> where a is the interrupt number and b represents an
  6. encoding of the sense and level information for the interrupt.
  7. Example :
  8. rt1711h@4e {
  9. compatible = "richtek,rt1711h";
  10. reg = <0x4e>;
  11. interrupt-parent = <&gpio26>;
  12. interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
  13. };