1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * usb_a9260.dts - Device Tree file for Calao USB A9260 board 4 * 5 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6 */ 7/dts-v1/; 8#include "at91sam9260.dtsi" 9#include "usb_a9260_common.dtsi" 10 11/ { 12 model = "Calao USB A9260"; 13 compatible = "calao,usb-a9260", "atmel,at91sam9260", "atmel,at91sam9"; 14 15 ahb { 16 apb { 17 shdwc: poweroff@fffffd10 { 18 atmel,wakeup-counter = <10>; 19 atmel,wakeup-rtt-timer; 20 }; 21 }; 22 }; 23}; 24