Neil Armstrong | 5b3da7f | 2018-06-05 10:10:44 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
Neil Armstrong | 4862215 | 2017-10-12 15:50:30 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2016 Endless Computers, Inc. |
| 4 | * Author: Carlo Caione <carlo@endlessm.com> |
Neil Armstrong | 4862215 | 2017-10-12 15:50:30 +0200 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include "meson-gxl.dtsi" |
| 8 | #include "meson-gxl-mali.dtsi" |
| 9 | |
| 10 | / { |
| 11 | compatible = "amlogic,s905x", "amlogic,meson-gxl"; |
| 12 | }; |
| 13 | |
| 14 | /* S905X only has access to its internal PHY */ |
| 15 | ðmac { |
| 16 | phy-mode = "rmii"; |
| 17 | phy-handle = <&internal_phy>; |
| 18 | }; |