ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED
[deliverable/linux.git] / arch / arm / boot / dts / dove-cm-a510.dts
1 /dts-v1/;
2
3 /include/ "dove.dtsi"
4
5 / {
6 model = "Compulab CM-A510";
7 compatible = "compulab,cm-a510", "marvell,dove";
8
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x40000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17 };
18
19 &uart0 { status = "okay"; };
20 &uart1 { status = "okay"; };
21 &sdio0 { status = "okay"; };
22 &sdio1 { status = "okay"; };
23 &sata0 { status = "okay"; };
24
25 &spi0 {
26 status = "okay";
27
28 /* spi0.0: 4M Flash Winbond W25Q32BV */
29 spi-flash@0 {
30 compatible = "st,w25q32";
31 spi-max-frequency = <20000000>;
32 reg = <0>;
33 };
34 };
35
36 &i2c0 {
37 status = "okay";
38 };
This page took 0.032131 seconds and 5 git commands to generate.