Multiple Board Inheritance or Overlay

Windows 11, VSCode, NCS v2.3.0

Hi, I have two custom boards that are very simple, but slightly different pin configurations from one another.

I have been using the adafruit_feather_nrf52840 board configuration for building both of them.  I have an app.overlay where I have been commenting/uncommenting the right pin configuration.

Is there a way to define my own custom boards, but "inherit" from the adafruit_feather_nrf52840?  Like, I would define minimal configuration that describes my boards differently than the adafruit_feather_nrf52840, but all the devicetree and config from adafruit_feather_nrf52840 still applies?

Thanks.

Related