1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * usb_a9260.dts - Device Tree file for Caloa USB A9260 board 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot/dts-v1/; 8*f126890aSEmmanuel Vadot#include "at91sam9260.dtsi" 9*f126890aSEmmanuel Vadot#include "usb_a9260_common.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "Calao USB A9260"; 13*f126890aSEmmanuel Vadot compatible = "calao,usb-a9260", "atmel,at91sam9260", "atmel,at91sam9"; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot chosen { 16*f126890aSEmmanuel Vadot bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs"; 17*f126890aSEmmanuel Vadot }; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot memory@20000000 { 20*f126890aSEmmanuel Vadot reg = <0x20000000 0x4000000>; 21*f126890aSEmmanuel Vadot }; 22*f126890aSEmmanuel Vadot 23*f126890aSEmmanuel Vadot ahb { 24*f126890aSEmmanuel Vadot apb { 25*f126890aSEmmanuel Vadot shdwc: poweroff@fffffd10 { 26*f126890aSEmmanuel Vadot atmel,wakeup-counter = <10>; 27*f126890aSEmmanuel Vadot atmel,wakeup-rtt-timer; 28*f126890aSEmmanuel Vadot }; 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot }; 31*f126890aSEmmanuel Vadot}; 32