]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/uniphier-sld8-ref.dts
Linux 4.15-rc3
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / uniphier-sld8-ref.dts
CommitLineData
8e678e06 1/*
77896e4d 2 * Device Tree Source for UniPhier sLD8 Reference Board
8e678e06 3 *
77896e4d
MY
4 * Copyright (C) 2015-2016 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
10/dts-v1/;
ed8bc76b
MY
11#include "uniphier-sld8.dtsi"
12#include "uniphier-ref-daughter.dtsi"
13#include "uniphier-support-card.dtsi"
8e678e06
MY
14
15/ {
77896e4d
MY
16 model = "UniPhier sLD8 Reference Board";
17 compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8";
8e678e06 18
8e678e06 19 chosen {
06ff6b2d 20 stdout-path = "serial0:115200n8";
8e678e06
MY
21 };
22
23 aliases {
1bf42507
MY
24 serial0 = &serial0;
25 serial1 = &serial1;
26 serial2 = &serial2;
27 serial3 = &serial3;
68f46897
MY
28 i2c0 = &i2c0;
29 i2c1 = &i2c1;
30 i2c2 = &i2c2;
31 i2c3 = &i2c3;
8e678e06 32 };
23866a3d
MY
33
34 memory@80000000 {
35 device_type = "memory";
36 reg = <0x80000000 0x20000000>;
37 };
8e678e06
MY
38};
39
1bf42507 40&ethsc {
2bef7ca3 41 interrupts = <0 8>;
8e678e06 42};
1bf42507
MY
43
44&serial0 {
45 status = "okay";
46};
47
48&serial2 {
49 status = "okay";
50};
51
52&serial3 {
53 status = "okay";
54};
3fbf02a8 55
346d64d3
MY
56&gpio {
57 xirq0 {
58 gpio-hog;
59 gpios = <120 0>;
60 input;
61 };
62};
63
68f46897
MY
64&i2c0 {
65 status = "okay";
66};
67
3fbf02a8
MY
68&usb0 {
69 status = "okay";
70};
71
72&usb1 {
73 status = "okay";
74};
75
76&usb2 {
77 status = "okay";
78};
69f9cdc6
MY
79
80&nand {
81 status = "okay";
82};