dove-cm-a510.dts revision 284090
11592Srgrimes/dts-v1/;
21592Srgrimes
31592Srgrimes#include "dove.dtsi"
41592Srgrimes
51592Srgrimes/ {
61592Srgrimes	model = "Compulab CM-A510";
71592Srgrimes	compatible = "compulab,cm-a510", "marvell,dove";
81592Srgrimes
91592Srgrimes	memory {
101592Srgrimes		device_type = "memory";
111592Srgrimes		reg = <0x00000000 0x40000000>;
12262435Sbrueffer	};
131592Srgrimes
141592Srgrimes	chosen {
151592Srgrimes		bootargs = "console=ttyS0,115200n8 earlyprintk";
161592Srgrimes	};
171592Srgrimes};
181592Srgrimes
191592Srgrimes&uart0 { status = "okay"; };
201592Srgrimes&uart1 { status = "okay"; };
211592Srgrimes&sdio0 { status = "okay"; };
221592Srgrimes&sdio1 { status = "okay"; };
231592Srgrimes&sata0 { status = "okay"; };
241592Srgrimes
251592Srgrimes&spi0 {
261592Srgrimes	status = "okay";
271592Srgrimes
281592Srgrimes	/* spi0.0: 4M Flash Winbond W25Q32BV */
2950533Smpp	spi-flash@0 {
301592Srgrimes		compatible = "st,w25q32";
31223444Srodrigc		spi-max-frequency = <20000000>;
321592Srgrimes		reg = <0>;
3379529Sru	};
341592Srgrimes};
351592Srgrimes
3675670Sru&i2c0 {
371592Srgrimes	  status = "okay";
38161046Syar};
39207608Simp