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 ðmac { 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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.