]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
common: miiphyutil: avoid memory leak
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ph1-pro5-4kbox.dts
1 /*
2 * Device Tree Source for UniPhier PH1-Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 /dts-v1/;
10 /include/ "uniphier-ph1-pro5.dtsi"
11
12 / {
13 model = "UniPhier PH1-Pro5 4KBOX Board";
14 compatible = "socionext,ph1-pro5-4kbox", "socionext,ph1-pro5";
15
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x40000000>;
19 };
20
21 chosen {
22 bootargs = "console=ttyS1,115200";
23 stdout-path = &serial1;
24 };
25
26 aliases {
27 serial1 = &serial1;
28 serial2 = &serial2;
29 i2c0 = &i2c0;
30 i2c5 = &i2c5;
31 i2c6 = &i2c6;
32 };
33 };
34
35 &serial1 {
36 status = "okay";
37 };
38
39 &serial2 {
40 status = "okay";
41 };
42
43 &i2c0 {
44 status = "okay";
45 };
46
47 &usb1 {
48 status = "okay";
49 };
50
51 /* for U-boot only */
52 / {
53 soc {
54 u-boot,dm-pre-reloc;
55 };
56 };
57
58 &serial1 {
59 u-boot,dm-pre-reloc;
60 };
61
62 &pinctrl {
63 u-boot,dm-pre-reloc;
64 };
65
66 &pinctrl_uart1 {
67 u-boot,dm-pre-reloc;
68 };