0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * usb_a9260.dts - Device Tree file for Caloa USB A9260 board
0004 *
0005 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
0006 */
0007 /dts-v1/;
0008 #include "at91sam9260.dtsi"
0009 #include "usb_a9260_common.dtsi"
0010
0011 / {
0012 model = "Calao USB A9260";
0013 compatible = "calao,usb-a9260", "atmel,at91sam9260", "atmel,at91sam9";
0014
0015 chosen {
0016 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
0017 };
0018
0019 memory@20000000 {
0020 reg = <0x20000000 0x4000000>;
0021 };
0022
0023 ahb {
0024 apb {
0025 shdwc@fffffd10 {
0026 atmel,wakeup-counter = <10>;
0027 atmel,wakeup-rtt-timer;
0028 };
0029 };
0030 };
0031 };