xref: /freebsd-src/sys/contrib/device-tree/src/arm/microchip/evk-pro3.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2012 Telit,
6*f126890aSEmmanuel Vadot *               2012 Fabio Porcedda <fabio.porcedda@gmail.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/dts-v1/;
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot#include "ge863-pro3.dtsi"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	model = "Telit EVK-PRO3 for Telit GE863-PRO3";
15*f126890aSEmmanuel Vadot	compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	clocks {
18*f126890aSEmmanuel Vadot		slow_xtal {
19*f126890aSEmmanuel Vadot			clock-frequency = <32768>;
20*f126890aSEmmanuel Vadot		};
21*f126890aSEmmanuel Vadot	};
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadot	ahb {
24*f126890aSEmmanuel Vadot		apb {
25*f126890aSEmmanuel Vadot			macb0: ethernet@fffc4000 {
26*f126890aSEmmanuel Vadot				phy-mode = "rmii";
27*f126890aSEmmanuel Vadot				status = "okay";
28*f126890aSEmmanuel Vadot			};
29*f126890aSEmmanuel Vadot
30*f126890aSEmmanuel Vadot			usart0: serial@fffb0000 {
31*f126890aSEmmanuel Vadot				status = "okay";
32*f126890aSEmmanuel Vadot			};
33*f126890aSEmmanuel Vadot
34*f126890aSEmmanuel Vadot			usart2: serial@fffb8000 {
35*f126890aSEmmanuel Vadot				status = "okay";
36*f126890aSEmmanuel Vadot			};
37*f126890aSEmmanuel Vadot
38*f126890aSEmmanuel Vadot			usb1: gadget@fffa4000 {
39*f126890aSEmmanuel Vadot				atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
40*f126890aSEmmanuel Vadot				status = "okay";
41*f126890aSEmmanuel Vadot			};
42*f126890aSEmmanuel Vadot
43*f126890aSEmmanuel Vadot			watchdog@fffffd40 {
44*f126890aSEmmanuel Vadot				status = "okay";
45*f126890aSEmmanuel Vadot			};
46*f126890aSEmmanuel Vadot		};
47*f126890aSEmmanuel Vadot
48*f126890aSEmmanuel Vadot		usb0: ohci@500000 {
49*f126890aSEmmanuel Vadot			num-ports = <2>;
50*f126890aSEmmanuel Vadot			status = "okay";
51*f126890aSEmmanuel Vadot		};
52*f126890aSEmmanuel Vadot	};
53*f126890aSEmmanuel Vadot
54*f126890aSEmmanuel Vadot	i2c-gpio-0 {
55*f126890aSEmmanuel Vadot		status = "okay";
56*f126890aSEmmanuel Vadot	};
57*f126890aSEmmanuel Vadot
58*f126890aSEmmanuel Vadot};
59