On Monday 22 April 2013, Linus Walleij wrote:
> +/ {

We don't really care about the device node names in Linux, but please use the
common ones, without any trailing digits:

> +     timer: timer0@c0014000 {
> +             compatible = "stericsson,u300-apptimer";
> +             reg = <0xc0014000 0x1000>;
> +             interrupt-parent = <&vica>;
> +             interrupts = <24 25 26 27>;
> +     };

timer@c0014000

> +
> +     gpio: gpio0@c0016000 {
> +             compatible = "stericsson,gpio-coh901";
> +             reg = <0xc0016000 0x1000>;


gpio@c0016000

> +     pinctrl: pinctrl0@c0011000 {
> +             compatible = "stericsson,pinctrl-u300";
> +             reg = <0xc0011000 0x1000>;
> +     };

pinctrl@c0011000

> +             vica: intc@0xa0001000 {
> +                     compatible = "arm,versatile-vic";
> +                     interrupt-controller;
> +                     #interrupt-cells = <1>;
> +                     reg = <0xa0001000 0x20>;
> +             };

interrupt-controller@a0001000

Note also the erroneous 0x part you have in the name here.

> +             uart0: uart@c0013000 {
> +                     compatible = "arm,pl011", "arm,primecell";
> +                     reg = <0xc0013000 0x1000>;
> +                     interrupt-parent = <&vica>;
> +                     interrupts = <22>;
> +             };

serial@c0013000

        Arnd
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to