2018-02-27 11:30:33 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2016-10-04 15:37:09 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Endless Computers, Inc.
|
|
|
|
* Author: Carlo Caione <carlo@endlessm.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "meson-gxl.dtsi"
|
2017-03-22 10:18:55 +00:00
|
|
|
#include "meson-gxl-mali.dtsi"
|
2016-10-04 15:37:09 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "amlogic,s905x", "amlogic,meson-gxl";
|
|
|
|
};
|
2016-11-07 10:43:57 +00:00
|
|
|
|
2017-05-13 14:33:27 +00:00
|
|
|
/* S905X only has access to its internal PHY */
|
2016-11-07 10:43:57 +00:00
|
|
|
ðmac {
|
|
|
|
phy-mode = "rmii";
|
|
|
|
phy-handle = <&internal_phy>;
|
|
|
|
};
|