[PATCH 2/4] ARM: dts: kirkwood: add Linksys EA3500
Andrew Lunn
andrew at lunn.ch
Wed Nov 4 15:38:22 PST 2015
Hi Luka
> "lacie,netspace_mini_v2"
> "lacie,netspace_v2"
> "linksys,ea4500"
> +"linksys,ea3500"
Other way around please, to keep the sorted order.
> + chosen {
> + bootargs = "console=ttyS0,115200n8 earlyprintk";
stdout = ...
> +&nand {
> + status = "okay";
> + pinctrl-0 = <&pmx_nand>;
> + pinctrl-names = "default";
> +
> + partition at 0 {
> + label = "u-boot";
> + reg = <0x0000000 0x80000>;
> + read-only;
> + };
> +
> + partition at 80000 {
> + label = "u-boot environment";
> + reg = <0x80000 0x20000>;
> + };
Same hole?
> + partition at 200000 {
> + label = "kernel";
> + reg = <0x200000 0x200000>;
> + };
> +
> + partition at 400000 {
> + label = "root";
> + reg = <0x400000 0x1200000>;
> + };
> +};
Andrew
More information about the linux-arm-kernel
mailing list