mediatek-ptp_fsm_v1.txt 325 B

123456789101112131415
  1. TWL BCI (Battery Charger Interface)
  2. Required properties:
  3. - compatible:
  4. - "mediatek,psp_fsm"
  5. - reg: The base address ptp register bank
  6. - interrupts: Should contain PTP interrupt.
  7. Examples:
  8. ptp_fsm@1100b000 {
  9. compatible = "mediatek,psp_fsm";
  10. reg = <0x1100B000 0x1000>;
  11. interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_LOW>;
  12. };