]> rtime.felk.cvut.cz Git - linux-imx.git/blob - arch/arm/boot/dts/stih41x.dtsi
[SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is set
[linux-imx.git] / arch / arm / boot / dts / stih41x.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4
5         cpus {
6                 #address-cells = <1>;
7                 #size-cells = <0>;
8                 cpu@0 {
9                         compatible = "arm,cortex-a9";
10                         reg = <0>;
11                 };
12                 cpu@1 {
13                         compatible = "arm,cortex-a9";
14                         reg = <1>;
15                 };
16         };
17
18         intc: interrupt-controller@fffe1000 {
19                 compatible = "arm,cortex-a9-gic";
20                 #interrupt-cells = <3>;
21                 interrupt-controller;
22                 reg = <0xfffe1000 0x1000>,
23                       <0xfffe0100 0x100>;
24         };
25
26         scu@fffe0000 {
27                 compatible = "arm,cortex-a9-scu";
28                 reg = <0xfffe0000 0x1000>;
29         };
30
31         timer@fffe0200 {
32                 interrupt-parent = <&intc>;
33                 compatible = "arm,cortex-a9-global-timer";
34                 reg = <0xfffe0200 0x100>;
35                 interrupts = <1 11 0x04>;
36                 clocks = <&arm_periph_clk>;
37         };
38 };