> > + pins_gpio2b: pins-gpio2b { > > pins-cn12? Okay. > > + pinmux = , > > + , > > + , > > + , > > + , > > + ; > > + drive-strength = <6>; > > + bias-disable; > > These pins don't have any external pull-ups, so disabling bias will > make them pick-up random EM noise when left unconnected. Can fix, but is this bad? I'd assume the connected pins will handle it. And if not, the DT needs to be adapted to that use case. Otherwise, a default pull-up needs to be disabled for another use case.