Hi Geert, On Tue, Dec 3, 2019, Geert Uytterhoeven wrote: > > + reg = <0x1f800000 0x8c>, <0x20000000 > > + 0x10000000 >; > > Any specific reason you're using 0x8c, not 0x100? Because....I keep forgetting what is the latest 'correct' size: A. The exact size of the register range or B. The size rounded up to look nicer > > + clocks = <&cpg CPG_MOD 83>; > > + power-domains = <&cpg>; > > + #address-cells = <1>; > > + #size-cells = <0>; > > interrupts? I guess I can put it in there just to correctly 'document the hardware' in the Device Tree file. Chris