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@0 {
> +             label = "u-boot";
> +             reg = <0x0000000 0x80000>;
> +             read-only;
> +     };
> +
> +     partition@80000 {
> +             label = "u-boot environment";
> +             reg = <0x80000 0x20000>;
> +     };

Same hole?

> +     partition@200000 {
> +             label = "kernel";
> +             reg = <0x200000 0x200000>;
> +     };
> +
> +     partition@400000 {
> +             label = "root";
> +             reg = <0x400000 0x1200000>;
> +     };
> +};

  Andrew
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to