2014-02-19 05:46:16 +08:00
|
|
|
#include <versatile-ab.dts>
|
2011-07-26 17:19:06 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ARM Versatile PB";
|
|
|
|
compatible = "arm,versatile-pb";
|
|
|
|
|
|
|
|
amba {
|
|
|
|
gpio2: gpio@101e6000 {
|
|
|
|
compatible = "arm,pl061", "arm,primecell";
|
|
|
|
reg = <0x101e6000 0x1000>;
|
|
|
|
interrupts = <8>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio3: gpio@101e7000 {
|
|
|
|
compatible = "arm,pl061", "arm,primecell";
|
|
|
|
reg = <0x101e7000 0x1000>;
|
|
|
|
interrupts = <9>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fpga {
|
|
|
|
uart@9000 {
|
|
|
|
compatible = "arm,pl011", "arm,primecell";
|
|
|
|
reg = <0x9000 0x1000>;
|
|
|
|
interrupt-parent = <&sic>;
|
|
|
|
interrupts = <6>;
|
|
|
|
};
|
|
|
|
sci@a000 {
|
|
|
|
compatible = "arm,primecell";
|
|
|
|
reg = <0xa000 0x1000>;
|
|
|
|
interrupt-parent = <&sic>;
|
|
|
|
interrupts = <5>;
|
|
|
|
};
|
|
|
|
mmc@b000 {
|
2014-03-03 16:28:38 +08:00
|
|
|
compatible = "arm,pl180", "arm,primecell";
|
2011-07-26 17:19:06 +08:00
|
|
|
reg = <0xb000 0x1000>;
|
2013-10-29 07:50:11 +08:00
|
|
|
interrupts-extended = <&vic 23 &sic 2>;
|
2011-07-26 17:19:06 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2011-12-13 00:25:57 +08:00
|
|
|
|
2014-02-19 05:46:16 +08:00
|
|
|
#include <testcases.dtsi>
|