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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.