Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.3 26 lines 485 B view raw
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};