Hi Geert, On Wed, 20 Apr 2022 15:32:27 +0200 Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > Hi Hervé, > > On Wed, Apr 20, 2022 at 3:08 PM Herve Codina <herve.codina@xxxxxxxxxxx> wrote: > > Is there a way to have the clocks description depending on the compatible value. > > Rob already replied. > For an example, check out the various bindings for RZ/G2L devices, > e.g. Documentation/devicetree/bindings/net/renesas,etheravb.yaml Yes, thanks. > > > I mean something like: > > --- 8< --- > > properties: > > clocks: > > maxItems: 1 > > > > if: > > properties: > > compatible: > > contains: > > enum: > > - renesas,pci-r9a06g032 > > - renesas,pci-rzn1 > > Checking only for the second compatible value should be sufficient. Ok, changed. Regards, Hervé