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

jaguar2_common.dtsi (303B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2020 Microsemi Corporation
      4 */
      5
      6#include "jaguar2.dtsi"
      7
      8/ {
      9	chosen {
     10		stdout-path = "serial0:115200n8";
     11	};
     12};
     13
     14&uart0 {
     15	status = "okay";
     16};
     17
     18&uart2 {
     19	status = "okay";
     20};
     21
     22&i2c0 {
     23	status = "okay";
     24	i2c-sda-hold-time-ns = <300>;
     25};