[PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus
Arnd Bergmann
arnd at arndb.de
Fri Sep 18 14:34:30 PDT 2015
On Friday 18 September 2015 14:24:10 Ray Jui wrote:
> + soc {
> + compatible = "simple-bus";
> + ranges;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + pinctrl: pinctrl at 0301d0c8 {
>
Similarly to the core bus, this seems to have address ranges 0x03xxxxxx and
0x18xxxxxx on it, so put those into the ranges.
It probably also makes sense to name the bus according to what kind of
bus (axi, ahb, plb, ...) is used here. If the soc has nested buses
(e.g. an ahb connected to an axi bus,) then model both of them in the DT.
Arnd
More information about the linux-arm-kernel
mailing list