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-gxl-s905d-p231.dts (550B)


      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-gxl-s905d.dtsi"
     10#include "meson-gx-p23x-q20x.dtsi"
     11
     12/ {
     13	compatible = "amlogic,p231", "amlogic,s905d", "amlogic,meson-gxl";
     14	model = "Amlogic Meson GXL (S905D) P231 Development Board";
     15};
     16
     17/* P231 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};