> > > + */ > > > + i2c@10030000 { > > > + compatible = "sifive,i2c0","sifive,fu540-c000-i2c"; > > > + reg = <0x0 0x10030000 0x0 0x1000>; > > > + reg-names = "i2c-control"; > > > > Not doucmented. > In v1, I had added a new binding file as sifive-i2c-ocores.txt for > SiFive i2c core. > After Andrew's suggestion, extending the available i2c-ocores.txt > seemed to be a better idea rather than adding a new file. > so added an example node which is HiFive specific in the existing file. > Please let me know if I need to handle this in a different way. Hi Sagar Is reg-names actually needed? Andrew