On Friday 17 January 2014, Marc Carino wrote: > + serial@f0406b00 { > + compatible = "ns16550a"; > + reg = <0x00 0xf0406b00 0x00 0x20>; > + reg-shift = <2>; > + reg-io-width = <4>; > + interrupts = <0 75 0x4>; > + clock-frequency = <0x4d3f640>; > + }; > + > + rdb { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "simple-bus"; > + ranges = <0 0x00 0xf0000000 0x1000000>; > + > + sun_top_ctrl: syscon@404000 { > + compatible = "brcm,bcm7445-sun-top-ctrl", > + "syscon"; > + reg = <0x404000 0x51c>; > + }; > + Yes, this looks better, but as a minor comment, the serial device above should really be part of the rdb bus now, since that encompasses the 0xf0000000 device range. Arnd -- 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