meson-gxl-s905x.dtsi 375 B

123456789101112131415161718
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2016 Endless Computers, Inc.
  4. * Author: Carlo Caione <[email protected]>
  5. */
  6. #include "meson-gxl.dtsi"
  7. #include "meson-gxl-mali.dtsi"
  8. / {
  9. compatible = "amlogic,s905x", "amlogic,meson-gxl";
  10. };
  11. /* S905X only has access to its internal PHY */
  12. &ethmac {
  13. phy-mode = "rmii";
  14. phy-handle = <&internal_phy>;
  15. };