Wrapping proprietary nodes

David VomLehn dvomlehn at cisco.com
Sat Oct 23 08:44:54 EST 2010


I expect my device tree will have some proprietary, one-off devices in
it. Is it better to wrap these all up in one node:

	cisco {
		device1 {
			...
		};
		device2 {
			...
		};
	};

Or should they be specified one node at a time:

	cisco-device1 {
		...
	};
	cisco-device2 {
		...
	};

My inclination is for the former, but I'd prefer to follow existing usage,
if any.
-- 
David VL


More information about the devicetree-discuss mailing list