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-gxm-q201.dts (542B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2016 Endless Computers, Inc.
      4 * Author: Carlo Caione <carlo@endlessm.com>
      5 */
      6
      7/dts-v1/;
      8
      9#include "meson-gxm.dtsi"
     10#include "meson-gx-p23x-q20x.dtsi"
     11
     12/ {
     13	compatible = "amlogic,q201", "amlogic,s912", "amlogic,meson-gxm";
     14	model = "Amlogic Meson GXM (S912) Q201 Development Board";
     15};
     16
     17/* Q201 has only internal PHY port */
     18&ethmac {
     19	phy-mode = "rmii";
     20	phy-handle = <&internal_phy>;
     21};
     22
     23&sd_emmc_a {
     24	brcmf: wifi@1 {
     25		reg = <1>;
     26		compatible = "brcm,bcm4329-fmac";
     27	};
     28};