0001 // SPDX-License-Identifier: GPL-2.0+ OR MIT
0002 //
0003 // Device Tree Source for UniPhier Support Card (Expansion Board)
0004 //
0005 // Copyright (C) 2015-2017 Socionext Inc.
0006 // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
0007
0008 &system_bus {
0009 status = "okay";
0010 ranges = <1 0x00000000 0x42000000 0x02000000>;
0011 interrupt-parent = <&gpio>;
0012
0013 ethsc: ethernet@1,1f00000 {
0014 compatible = "smsc,lan9118", "smsc,lan9115";
0015 reg = <1 0x01f00000 0x1000>;
0016 phy-mode = "mii";
0017 reg-io-width = <4>;
0018 };
0019
0020 serialsc: serial@1,1fb0000 {
0021 compatible = "ns16550a";
0022 reg = <1 0x01fb0000 0x20>;
0023 clock-frequency = <12288000>;
0024 reg-shift = <1>;
0025 };
0026 };