1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT 2*f126890aSEmmanuel Vadot// 3*f126890aSEmmanuel Vadot// Device Tree Source for UniPhier Support Card (Expansion Board) 4*f126890aSEmmanuel Vadot// 5*f126890aSEmmanuel Vadot// Copyright (C) 2015-2017 Socionext Inc. 6*f126890aSEmmanuel Vadot// Author: Masahiro Yamada <yamada.masahiro@socionext.com> 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot&system_bus { 9*f126890aSEmmanuel Vadot status = "okay"; 10*f126890aSEmmanuel Vadot ranges = <1 0x00000000 0x42000000 0x02000000>; 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot ethsc: ethernet@1,1f00000 { 13*f126890aSEmmanuel Vadot compatible = "smsc,lan9118", "smsc,lan9115"; 14*f126890aSEmmanuel Vadot reg = <1 0x01f00000 0x1000>; 15*f126890aSEmmanuel Vadot phy-mode = "mii"; 16*f126890aSEmmanuel Vadot reg-io-width = <4>; 17*f126890aSEmmanuel Vadot interrupt-parent = <&gpio>; 18*f126890aSEmmanuel Vadot }; 19*f126890aSEmmanuel Vadot 20*f126890aSEmmanuel Vadot serialsc: serial@1,1fb0000 { 21*f126890aSEmmanuel Vadot compatible = "ns16550a"; 22*f126890aSEmmanuel Vadot reg = <1 0x01fb0000 0x20>; 23*f126890aSEmmanuel Vadot clock-frequency = <12288000>; 24*f126890aSEmmanuel Vadot reg-shift = <1>; 25*f126890aSEmmanuel Vadot interrupt-parent = <&gpio>; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot}; 28