Commit adaf5b24 authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

dt: bindings: fsl,vf610-pit: Add compatible for s32g2 and s32g3



The Vybrid Family is a NXP (formerly Freescale) platform having a
Programmable Interrupt Timer (PIT). This timer is an IP found also on
the NXP Automotive platform S32G2 and S32G3.

Add the compatible for those platforms to describe the timer.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250804152344.1109310-20-daniel.lezcano@linaro.org
parent fc346a15
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -15,8 +15,13 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - fsl,vf610-pit
          - nxp,s32g2-pit
      - items:
          - const: nxp,s32g3-pit
          - const: nxp,s32g2-pit

  reg:
    maxItems: 1