usb_a9g20.dts 595 字节
Newer Older
1 2 3 4 5 6 7 8
/*
 * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
 *
 *  Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 *
 * Licensed under GPLv2 or later.
 */
/dts-v1/;
9 10
#include "at91sam9g20.dtsi"
#include "usb_a9260_common.dtsi"
11 12 13 14 15 16

/ {
	model = "Calao USB A9G20";
	compatible = "calao,usb-a9g20", "atmel,at91sam9g20", "atmel,at91sam9";

	chosen {
17
		bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
18 19
	};

20
	memory {
21 22 23
		reg = <0x20000000 0x4000000>;
	};

24 25 26 27 28 29
	i2c@0 {
		rv3029c2@56 {
			compatible = "rv3029c2";
			reg = <0x56>;
		};
	};
30
};