2015-10-21 14:36:30 +03:00
|
|
|
/*
|
2016-08-30 08:02:41 +03:00
|
|
|
* Device Tree Source for UniPhier PXs2 Vodka Board
|
2015-10-21 14:36:30 +03:00
|
|
|
*
|
2016-08-30 08:02:41 +03:00
|
|
|
* Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-10-21 14:36:30 +03:00
|
|
|
*
|
2017-06-05 06:57:58 +03:00
|
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-10-21 14:36:30 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-09 19:43:27 +03:00
|
|
|
#include "uniphier-pxs2.dtsi"
|
2015-10-21 14:36:30 +03:00
|
|
|
|
|
|
|
/ {
|
2016-08-30 08:02:41 +03:00
|
|
|
model = "UniPhier PXs2 Vodka Board";
|
|
|
|
compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
|
2015-10-21 14:36:30 +03:00
|
|
|
|
|
|
|
chosen {
|
2016-06-14 05:59:46 +03:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-10-21 14:36:30 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2016-06-14 05:59:46 +03:00
|
|
|
serial0 = &serial2;
|
|
|
|
serial1 = &serial0;
|
|
|
|
serial2 = &serial1;
|
2015-10-24 06:25:31 +03:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c4 = &i2c4;
|
|
|
|
i2c5 = &i2c5;
|
|
|
|
i2c6 = &i2c6;
|
2015-10-21 14:36:30 +03:00
|
|
|
};
|
2017-03-11 16:52:59 +03:00
|
|
|
|
|
|
|
memory@80000000 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x80000000>;
|
|
|
|
};
|
2015-10-21 14:36:30 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|