mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
5b3da7fa12
Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux 4.17.0 This will enable USB on Amlogic Meson GXL Boards like Khadas VIM, P212 or LibreTech-CC. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
18 lines
375 B
Text
18 lines
375 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2016 Endless Computers, Inc.
|
|
* Author: Carlo Caione <carlo@endlessm.com>
|
|
*/
|
|
|
|
#include "meson-gxl.dtsi"
|
|
#include "meson-gxl-mali.dtsi"
|
|
|
|
/ {
|
|
compatible = "amlogic,s905x", "amlogic,meson-gxl";
|
|
};
|
|
|
|
/* S905X only has access to its internal PHY */
|
|
ðmac {
|
|
phy-mode = "rmii";
|
|
phy-handle = <&internal_phy>;
|
|
};
|