docs/ikteam: Delete most files.
[haiku.git] / src / data / dts / arch / arm / verdex.dts
blobeaabe757ac1bb93f94a842feba213f72ae094950
1 /dts-v1/;
2 /include/ "pxa27x.dtsi"
4 / {
5         model = "Gumstix Verdex";
6         compatible = "gumstix,verdex", "marvell,pxa27x";
8         chosen {
9                 bootargs = "console=ttyS0,115200 debug";
10         };
12         memory {
13                 reg = <0xa0000000 0x10000000>;
14         };
16         pxabus {
17                 ffuart: uart@40100000 {
18                         status = "okay";
19                 };
21                 usb0: ohci@4c000000 {
22                         status = "okay";
23                 };
25                 /* The devices below should be in pxa27x.dtsi, but I kept them here
26                         so to keep the files from upstream as clean as possible for now */
28                 lcdc: lcdc@44000000 {
29                         compatible = "mrvl,pxa-lcdc" ;
30                         reg = <0x44000000 0xa0> ;
31                         interrupts = <17> ;
32                 };
34                 timers: timers@40a00000 {
35                         compatible = "mrvl,pxa-timers" ;
36                         reg = <0x40a00000 0xc0> ;
37                         interrupts = <26>, <27>, <28>, <29>, <7> ;
38                         interrupt-names = "OST_0", "OST_1", "OST_2", "OST_3", "OST_4_11" ;
39                 };
40         };