Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (C) 2015-2018 Overkiz SAS
0004  *   Author: Mickael Gardet <m.gardet@overkiz.com>
0005  *           Kévin Raymond <k.raymond@overkiz.com>
0006  */
0007 /dts-v1/;
0008 #include "at91-kizboxmini-common.dtsi"
0009 
0010 / {
0011         model = "Overkiz Kizbox Mini Mother Board";
0012         compatible = "overkiz,kizboxmini-mb", "atmel,at91sam9g25",
0013                      "atmel,at91sam9x5", "atmel,at91sam9";
0014 };
0015 
0016 &usb0 {
0017         num-ports = <2>;
0018 };
0019 
0020 &rtc {
0021         status = "okay";
0022 };
0023 
0024 &led_blue {
0025         status = "okay";
0026 };