> On Jul 14, 2022, at 10:58 AM, Kumar Gala <galak@xxxxxxxxxx> wrote: > > > >> On Jul 12, 2022, at 9:33 AM, Rob Herring <robh@xxxxxxxxxx> wrote: >> >> On Thu, Jul 7, 2022 at 11:56 AM Kumar Gala <galak.kernel@xxxxxxxxx> wrote: >>> >>> Wondering if your aware of any examples of how to describe a modem with multiple UART connections. Normally we have the “modem” as a child of the UART node. So that would work for one connection, but not sure how we’d describe a second UART connection. Some kinda of “uart-map”? >> >> I haven't seen that come up. The closest thing I can think of is USB3 >> hubs which also have a USB2 connection. Those show up as 2 nodes under >> their respective controller with a phandle link to each other. Is >> there a primary vs. secondary connection? >> >> Rob > > Do you have a pointer to the USB example? > > I think on of the uart’s could be considered the main connection point. But not sure it maters. I’m guessing we need a few standard properties to represent phandles to devices on buses that would normally have the nodes as children. > > So i2c, spi, uart, etc.. > > - k Rob, any follow up on this? - k