2015-09-21 15:27:41 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier ProXstream2 Vodka Board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "uniphier-proxstream2.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "UniPhier ProXstream2 Vodka Board";
|
|
|
|
compatible = "socionext,proxstream2-vodka", "socionext,proxstream2";
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x80000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
2016-07-06 10:24:09 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-09-21 15:27:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2016-07-06 10:24:09 +00:00
|
|
|
serial0 = &serial2;
|
|
|
|
serial1 = &serial0;
|
|
|
|
serial2 = &serial1;
|
2015-09-21 15:27:41 +00:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c4 = &i2c4;
|
|
|
|
i2c5 = &i2c5;
|
|
|
|
i2c6 = &i2c6;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-02-18 10:52:50 +00:00
|
|
|
&emmc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-11-04 12:56:07 +00:00
|
|
|
&usb0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-02-06 03:30:11 +00:00
|
|
|
/* for U-Boot only */
|
2015-09-21 15:27:41 +00:00
|
|
|
&serial2 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
2016-02-16 08:08:39 +00:00
|
|
|
&mio {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&emmc {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
2015-09-21 15:27:41 +00:00
|
|
|
&pinctrl_uart2 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
2016-02-16 08:08:39 +00:00
|
|
|
|
|
|
|
&pinctrl_emmc {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|