Hi, On 23-05-05, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> ... > +examples: > + - | > + #include <dt-bindings/clock/imx6sx-clock.h> > + > + ocotp: efuse@21bc000 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "fsl,imx6sx-ocotp", "syscon"; > + reg = <0x021bc000 0x4000>; > + clocks = <&clks IMX6SX_CLK_OCOTP>; Nit: the "compatible" should be the first property followed by the "reg" property. Regards, Marco > + > + cpu_speed_grade: speed-grade@10 { > + reg = <0x10 4>; > + }; > + > + tempmon_calib: calib@38 { > + reg = <0x38 4>; > + }; > + > + tempmon_temp_grade: temp-grade@20 { > + reg = <0x20 4>; > + }; > + }; > + > +... > -- > 2.37.1 > > >