1114abfe1SNeil Armstrong// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 24e611897SNeil Armstrong/* 34e611897SNeil Armstrong * Copyright (c) 2016 Endless Computers, Inc. 44e611897SNeil Armstrong * Author: Carlo Caione <carlo@endlessm.com> 54e611897SNeil Armstrong */ 64e611897SNeil Armstrong 74e611897SNeil Armstrong/dts-v1/; 84e611897SNeil Armstrong 94e611897SNeil Armstrong#include "meson-gxm.dtsi" 104e611897SNeil Armstrong#include "meson-gx-p23x-q20x.dtsi" 114e611897SNeil Armstrong 124e611897SNeil Armstrong/ { 134e611897SNeil Armstrong compatible = "amlogic,q201", "amlogic,s912", "amlogic,meson-gxm"; 144e611897SNeil Armstrong model = "Amlogic Meson GXM (S912) Q201 Development Board"; 154e611897SNeil Armstrong}; 164e611897SNeil Armstrong 174e611897SNeil Armstrong/* Q201 has only internal PHY port */ 184e611897SNeil Armstrongðmac { 194e611897SNeil Armstrong phy-mode = "rmii"; 204e611897SNeil Armstrong phy-handle = <&internal_phy>; 214e611897SNeil Armstrong}; 22*1b2b1e75SMartin Blumenstingl 23*1b2b1e75SMartin Blumenstingl&sd_emmc_a { 24*1b2b1e75SMartin Blumenstingl brcmf: wifi@1 { 25*1b2b1e75SMartin Blumenstingl reg = <1>; 26*1b2b1e75SMartin Blumenstingl compatible = "brcm,bcm4329-fmac"; 27*1b2b1e75SMartin Blumenstingl }; 28*1b2b1e75SMartin Blumenstingl}; 29