1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot#include "at91sam9g20.dtsi" 9*f126890aSEmmanuel Vadot#include "usb_a9260_common.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot chosen { 13*f126890aSEmmanuel Vadot bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs"; 14*f126890aSEmmanuel Vadot stdout-path = "serial0:115200n8"; 15*f126890aSEmmanuel Vadot }; 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot memory@20000000 { 18*f126890aSEmmanuel Vadot reg = <0x20000000 0x4000000>; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot i2c-gpio-0 { 22*f126890aSEmmanuel Vadot rtc@56 { 23*f126890aSEmmanuel Vadot compatible = "microcrystal,rv3029"; 24*f126890aSEmmanuel Vadot reg = <0x56>; 25*f126890aSEmmanuel Vadot }; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot}; 28