Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus
[deliverable/linux.git] / arch / arm / boot / dts / evk-pro3.dts
CommitLineData
2e8e4711
FP
1/*
2 * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
3 *
4 * Copyright (C) 2012 Telit,
5 * 2012 Fabio Porcedda <fabio.porcedda@gmail.com>
6 *
7 * Licensed under GPLv2 or later.
8 */
9
10/dts-v1/;
11
6db64d29 12#include "ge863-pro3.dtsi"
2e8e4711
FP
13
14/ {
15 model = "Telit EVK-PRO3 for Telit GE863-PRO3";
16 compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
17
2421d1c6
AB
18 clocks {
19 slow_xtal {
20 clock-frequency = <32768>;
21 };
22 };
23
2e8e4711
FP
24 ahb {
25 apb {
26 macb0: ethernet@fffc4000 {
27 phy-mode = "rmii";
28 status = "okay";
29 };
30
8cf70f3d
FP
31 usart0: serial@fffb0000 {
32 status = "okay";
33 };
34
35 usart2: serial@fffb8000 {
36 status = "okay";
37 };
38
2e8e4711 39 usb1: gadget@fffa4000 {
92f8629b 40 atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
2e8e4711
FP
41 status = "okay";
42 };
824b4396
FP
43
44 watchdog@fffffd40 {
45 status = "okay";
46 };
2e8e4711
FP
47 };
48
49 usb0: ohci@00500000 {
50 num-ports = <2>;
51 status = "okay";
52 };
53 };
54
55 i2c@0 {
56 status = "okay";
57 };
58
6db64d29 59};
This page took 0.19765 seconds and 5 git commands to generate.