blob: d7c5d721a5c78fdea12fd8cff9abc7af0985f1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* The pxa3xx skeleton simply augments the 2xx version */
/include/ "pxa2xx.dtsi"
/ {
model = "Marvell PXA27x familiy SoC";
compatible = "marvell,pxa27x";
pxabus {
pxairq: interrupt-controller@40d00000 {
marvell,intc-priority;
marvell,intc-nr-irqs = <34>;
};
};
};
|