On Tue, Jul 2, 2024 at 9:14 AM Ayush Singh <ayush@xxxxxxxxxxxxxxx> wrote: > > On 6/28/24 21:58, Rob Herring wrote: > > > On Thu, Jun 27, 2024 at 09:56:11PM +0530, Ayush Singh wrote: > >> Add DT bindings for mikroBUS interface. MikroBUS is an open standard > >> developed by MikroElektronika for connecting add-on boards to > >> microcontrollers or microprocessors. [...] > >> + mikrobus-gpios: > >> + minItems: 1 > >> + maxItems: 12 > >> + > >> + mikrobus-gpio-names: > > The GPIO binding does not work this way as the name is in the property. > > Either drop if you want to keep the array or you have to do something > > like this: > > > > pwm-gpios > > int-gpios > > rx-gpios > > > > Really, the intention was for connectors to use gpio-map property to > > renumber GPIOs relative to the connector. > > Can you point me to what you mean by gpio-map property? It is defined in the DT specification. Rob