Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Copyright (c) 2016 Endless Computers, Inc.
0004  * Author: Carlo Caione <carlo@endlessm.com>
0005  */
0006 
0007 #include "meson-gxl.dtsi"
0008 #include "meson-gxl-mali.dtsi"
0009 
0010 / {
0011         compatible = "amlogic,s905x", "amlogic,meson-gxl";
0012 };
0013 
0014 /* S905X only has access to its internal PHY */
0015 &ethmac {
0016         phy-mode = "rmii";
0017         phy-handle = <&internal_phy>;
0018 };