Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250804152344.1109310-20-daniel.lezcano@linaro.org

+7 -2
+7 -2
Documentation/devicetree/bindings/timer/fsl,vf610-pit.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - enum: 19 - - fsl,vf610-pit 18 + oneOf: 19 + - enum: 20 + - fsl,vf610-pit 21 + - nxp,s32g2-pit 22 + - items: 23 + - const: nxp,s32g3-pit 24 + - const: nxp,s32g2-pit 20 25 21 26 reg: 22 27 maxItems: 1