On 05/06/2015 09:28 AM, Dr. H. Nikolaus Schaller wrote: > The key point appears to be how we want to see the serial connection. Is the > device connected to the uart or the uart to a device? > > In OO terminology: „device connects to uart“ vs. „uart has device connected“. > "d -> u“ vs. "u <- d“. This is not a very good analogy because both relationships need to be represented. The practical consideration is the lifetime of the target device. If the target device should/must have a lifetime (as viewed from the host) outside that of the uart, then the target device should not be a slave device. Object lifetime is controlled by expressions of ownership or scope. Since devicetree offers no expression of ownership, scope is the obvious and natural way to control lifetime. Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html