[PATCH 3/7] [v2] arm64: dts: add QorIQ LS1046A SoC support
Shawn Guo
shawnguo at kernel.org
Thu Sep 8 06:05:49 PDT 2016
On Mon, Sep 05, 2016 at 06:01:31PM +0800, shh.xie at gmail.com wrote:
> + soc {
> + compatible = "simple-bus";
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> +
> + clockgen: clocking at 1ee1000 {
> + compatible = "fsl,ls1046a-clockgen";
> + reg = <0x0 0x1ee1000 0x0 0x1000>;
> + #clock-cells = <2>;
> + clocks = <&sysclk>;
> + };
> +
> + scfg: scfg at 1570000 {
Instead of having device node in arbitrary place, can we sort all the
nodes under 'simple-bus' in order of unit-address?
Shawn
> + compatible = "fsl,ls1046a-scfg", "syscon";
> + reg = <0x0 0x1570000 0x0 0x10000>;
> + big-endian;
> + };
More information about the linux-arm-kernel
mailing list