]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/microchip/at91-kizboxmini-mb.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / microchip / at91-kizboxmini-mb.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (C) 2015-2018 Overkiz SAS
4 * Author: Mickael Gardet <m.gardet@overkiz.com>
5 * Kévin Raymond <k.raymond@overkiz.com>
6 */
7 /dts-v1/;
8 #include "at91-kizboxmini-common.dtsi"
9
10 / {
11 model = "Overkiz Kizbox Mini Mother Board";
12 compatible = "overkiz,kizboxmini-mb", "atmel,at91sam9g25",
13 "atmel,at91sam9x5", "atmel,at91sam9";
14 };
15
16 &usb0 {
17 num-ports = <2>;
18 };
19
20 &rtc {
21 status = "okay";
22 };
23
24 &led_blue {
25 status = "okay";
26 };