2013-05-24 05:50:12 +07:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "at91sam9g20.dtsi"
|
|
|
|
#include "usb_a9260_common.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
2016-06-08 00:59:10 +07:00
|
|
|
bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
|
|
|
|
stdout-path = "serial0:115200n8";
|
2013-05-24 05:50:12 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x20000000 0x4000000>;
|
|
|
|
};
|
|
|
|
|
2016-07-14 21:58:11 +07:00
|
|
|
i2c-gpio-0 {
|
2013-05-24 05:50:12 +07:00
|
|
|
rv3029c2@56 {
|
|
|
|
compatible = "rv3029c2";
|
|
|
|
reg = <0x56>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|