1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * usb_a9g20_lpw.dts - Device Tree file for Caloa USB A9G20 Low Power board 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot/dts-v1/; 8*f126890aSEmmanuel Vadot#include "usb_a9g20_common.dtsi" 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot/ { 11*f126890aSEmmanuel Vadot model = "Calao USB A9G20 Low Power"; 12*f126890aSEmmanuel Vadot compatible = "calao,usb-a9g20-lpw", "calao,usb-a9g20", "atmel,at91sam9g20", "atmel,at91sam9"; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot ahb { 15*f126890aSEmmanuel Vadot apb { 16*f126890aSEmmanuel Vadot spi1: spi@fffcc000 { 17*f126890aSEmmanuel Vadot cs-gpios = <&pioB 3 GPIO_ACTIVE_HIGH>; 18*f126890aSEmmanuel Vadot status = "okay"; 19*f126890aSEmmanuel Vadot mmc-slot@0 { 20*f126890aSEmmanuel Vadot compatible = "mmc-spi-slot"; 21*f126890aSEmmanuel Vadot reg = <0>; 22*f126890aSEmmanuel Vadot voltage-ranges = <3200 3400>; 23*f126890aSEmmanuel Vadot spi-max-frequency = <25000000>; 24*f126890aSEmmanuel Vadot interrupt-parent = <&pioC>; 25*f126890aSEmmanuel Vadot interrupts = <4 IRQ_TYPE_EDGE_BOTH>; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot }; 28*f126890aSEmmanuel Vadot }; 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot}; 31