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-base.dts (665B)


      1// SPDX-License-Identifier: GPL-2.0-or-later
      2/*
      3 * at91-kizboxmini-base.dts - Device Tree file for Overkiz Kizbox mini
      4 * base board
      5 *
      6 * Copyright (C) 2015 Overkiz SAS
      7 *   Author: Antoine Aubert <a.aubert@overkiz.com>
      8 *           Kévin Raymond <k.raymond@overkiz.com>
      9 */
     10/dts-v1/;
     11#include "at91-kizboxmini-common.dtsi"
     12
     13/ {
     14	model = "Overkiz Kizbox Mini";
     15	compatible = "overkiz,kizboxmini-base", "atmel,at91sam9g25",
     16		     "atmel,at91sam9x5", "atmel,at91sam9";
     17};
     18
     19&pinctrl_usart0 {
     20	atmel,pins =
     21		<AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_PULL_UP
     22		 AT91_PIOA 1 AT91_PERIPH_A AT91_PINCTRL_NONE
     23		 AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>;
     24};