0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
0004 *
0005 * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
0006 */
0007
0008 #include "at91sam9g20.dtsi"
0009 #include "usb_a9260_common.dtsi"
0010
0011 / {
0012 chosen {
0013 bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
0014 stdout-path = "serial0:115200n8";
0015 };
0016
0017 memory@20000000 {
0018 reg = <0x20000000 0x4000000>;
0019 };
0020
0021 i2c-gpio-0 {
0022 rtc@56 {
0023 compatible = "microcrystal,rv3029";
0024 reg = <0x56>;
0025 };
0026 };
0027 };