1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2019 Icenowy Zheng <icenowy@aosc.io> 4 */ 5 6#include "sun8i-v3s.dtsi" 7 8&ccu { 9 compatible = "allwinner,sun8i-v3-ccu"; 10}; 11 12&emac { 13 /delete-property/ phy-handle; 14 /delete-property/ phy-mode; 15}; 16 17&mdio_mux { 18 external_mdio: mdio@2 { 19 reg = <2>; 20 #address-cells = <1>; 21 #size-cells = <0>; 22 }; 23}; 24 25&pio { 26 compatible = "allwinner,sun8i-v3-pinctrl"; 27}; 28