[PATCH 06/14] ARM: kirkwood: convert uart0 to devicetree.

Arnd Bergmann arnd at arndb.de
Wed Mar 7 13:31:31 EST 2012


On Wednesday 07 March 2012, Jason Cooper wrote:
> +       serial at f1012000 {
> +               compatible = "ns16550a";
> +               reg = <0xf1012000 0xff>;
> +               reg-shift = <2>;
> +               interrupts = <33>;
> +               clock-frequency = <200000000>;
> +       };

I just noticed that the length here should be inclusive, i.e. 0x100 not 0xff.
This is different from the way we define resources in Linux.

	Arnd



More information about the linux-arm-kernel mailing list