Merge tag 'for-linus' of git://github.com/openrisc/linux
[linux-2.6-block.git] / arch / arm / boot / dts / uniphier-support-card.dtsi
CommitLineData
8e678e06
MY
1/*
2 * Device Tree Source for UniPhier Support Card (Expansion Board)
3 *
2201c7f1
MY
4 * Copyright (C) 2015-2017 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
8e678e06 6 *
fa53757b 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8e678e06
MY
8 */
9
14bae133
MY
10&system_bus {
11 status = "okay";
5c5154e4
MY
12 ranges = <1 0x00000000 0x42000000 0x02000000>;
13
2201c7f1 14 support_card: support_card@1,1f00000 {
8e678e06
MY
15 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
5c5154e4 18 ranges = <0x00000000 1 0x01f00000 0x00100000>;
8e678e06 19
18088678 20 ethsc: ethernet@0 {
8e678e06
MY
21 compatible = "smsc,lan9118", "smsc,lan9115";
22 reg = <0x00000000 0x1000>;
23 phy-mode = "mii";
24 reg-io-width = <4>;
25 };
26
18088678 27 serialsc: uart@b0000 {
8e678e06
MY
28 compatible = "ns16550a";
29 reg = <0x000b0000 0x20>;
30 clock-frequency = <12288000>;
31 reg-shift = <1>;
32 };
33 };
34};