cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

at91-kizboxmini-mb.dts (485B)


      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};