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

meson-gxbb-p201.dts (555B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2016 Andreas Färber
      4 * Copyright (c) 2016 BayLibre, Inc.
      5 * Author: Kevin Hilman <khilman@kernel.org>
      6 */
      7
      8/dts-v1/;
      9
     10#include "meson-gxbb-p20x.dtsi"
     11
     12/ {
     13	compatible = "amlogic,p201", "amlogic,meson-gxbb";
     14	model = "Amlogic Meson GXBB P201 Development Board";
     15};
     16
     17&ethmac {
     18	status = "okay";
     19	pinctrl-0 = <&eth_rmii_pins>;
     20	pinctrl-names = "default";
     21	phy-mode = "rmii";
     22
     23	snps,reset-gpio = <&gpio GPIOZ_14 0>;
     24	snps,reset-delays-us = <0>, <10000>, <1000000>;
     25	snps,reset-active-low;
     26};