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