blob: 6c825f192e659354be7f066535ed08c28450961f [file] [log] [blame]
Masahiro Yamada60634982016-03-18 16:41:40 +09001/*
2 * Device Tree Source for UniPhier Support Card (Expansion Board)
3 *
Masahiro Yamada7ad79c12017-03-13 00:16:40 +09004 * Copyright (C) 2015-2017 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada60634982016-03-18 16:41:40 +09006 *
Masahiro Yamadad9403002017-06-22 16:46:40 +09007 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Masahiro Yamada60634982016-03-18 16:41:40 +09008 */
9
10&system_bus {
11 status = "okay";
12 ranges = <1 0x00000000 0x42000000 0x02000000>;
13
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090014 support_card: support_card@1,1f00000 {
Masahiro Yamada60634982016-03-18 16:41:40 +090015 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
18 ranges = <0x00000000 1 0x01f00000 0x00100000>;
19
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +090020 ethsc: ethernet@0 {
Masahiro Yamada60634982016-03-18 16:41:40 +090021 compatible = "smsc,lan9118", "smsc,lan9115";
22 reg = <0x00000000 0x1000>;
23 phy-mode = "mii";
24 reg-io-width = <4>;
25 };
26
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +090027 serialsc: uart@b0000 {
Masahiro Yamada60634982016-03-18 16:41:40 +090028 compatible = "ns16550a";
29 reg = <0x000b0000 0x20>;
30 clock-frequency = <12288000>;
31 reg-shift = <1>;
32 };
33 };
34};