On 28/10/2022 05:54, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > BCA is a big set / family of Broadcom devices sharing multiple hardware > blocks. One of them is timer that actually exists in two versions. It's > a part of TWD MFD block. > > Add binding for it so SoCs can be properly described. Linux (and > probably any other OS) doesn't really seem to need a driver for it. it > may be needed for bootloaders (e.g., U-Boot) though. Especially for SoCs Drop ',' after e.g. > with CPUs other than Cortex-A9 (which contains arch timers). > > + > +examples: > + - | > + timer@fffe0200 { > + compatible = "brcm,bcm6345-timer"; > + reg = <0xfffe0200 0x1c>; > + }; > + - | > + timer@fffe8080 { > + compatible = "brcm,bcm63138-timer"; > + reg = <0xfffe8080 0x28>; > + }; You do not need two examples, they are the same. Best regards, Krzysztof