xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-mb.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2015-2018 Overkiz SAS
4*f126890aSEmmanuel Vadot *   Author: Mickael Gardet <m.gardet@overkiz.com>
5*f126890aSEmmanuel Vadot *           Kévin Raymond <k.raymond@overkiz.com>
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot#include "at91-kizboxmini-common.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Overkiz Kizbox Mini Mother Board";
12*f126890aSEmmanuel Vadot	compatible = "overkiz,kizboxmini-mb", "atmel,at91sam9g25",
13*f126890aSEmmanuel Vadot		     "atmel,at91sam9x5", "atmel,at91sam9";
14*f126890aSEmmanuel Vadot};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot&usb0 {
17*f126890aSEmmanuel Vadot	num-ports = <2>;
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&rtc {
21*f126890aSEmmanuel Vadot	status = "okay";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&led_blue {
25*f126890aSEmmanuel Vadot	status = "okay";
26*f126890aSEmmanuel Vadot};
27