On 05/04/12 13:59, Marc Zyngier wrote:
> 
> How about this?
> 
>       gic: interrupt-controller@2c001000 {
>               compatible = "arm,cortex-a15-gic";
>               #interrupt-cells = <3>;
>               #address-cells = <1>;
>               #size-cells = <1>;
>               interrupt-controller;
>               reg = <0x2c001000 0x1000>,
>                     <0x2c002000 0x100>;
> 
>               vgic@2c004000 {
>                       compatible = "arm,cortex-a15-vgic", "arm,vgic";
>                       reg = <0x2c004000 0x2000>,
>                             <0x2c006000 0x2000>;
>                       interrupts = <1 9 0xf04>;
>               };
>       };
> 
> It cleanly separate the extension from the core GIC, and still make it
> part of the GIC node.

This looks sensible to me.

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

Reply via email to