2014-11-26 09:33:59 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier PH1-LD4 Reference Board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014 Panasonic Corporation
|
|
|
|
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "uniphier-ph1-ld4.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Panasonic UniPhier PH1-LD4 Reference Board";
|
|
|
|
compatible = "panasonic,ph1-ld4-ref", "panasonic,ph1-ld4";
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x20000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyPS0,115200 earlyprintk";
|
2014-11-26 09:34:00 +00:00
|
|
|
stdout-path = &uart0;
|
2014-11-26 09:33:59 +00:00
|
|
|
};
|
2014-12-05 15:03:23 +00:00
|
|
|
|
|
|
|
aliases {
|
2014-12-18 10:11:00 +00:00
|
|
|
serial0 = &uart0;
|
|
|
|
serial1 = &uart1;
|
|
|
|
serial2 = &uart2;
|
|
|
|
serial3 = &uart3;
|
2014-12-05 15:03:23 +00:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
};
|
2014-11-26 09:33:59 +00:00
|
|
|
};
|
2014-11-26 09:34:00 +00:00
|
|
|
|
|
|
|
&uart0 {
|
2014-12-05 15:03:23 +00:00
|
|
|
status = "okay";
|
2014-11-26 09:34:00 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2014-12-05 15:03:23 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
eeprom {
|
|
|
|
compatible = "i2c-eeprom";
|
|
|
|
reg = <0x50>;
|
|
|
|
};
|
2014-11-26 09:34:00 +00:00
|
|
|
};
|
2014-11-26 09:34:01 +00:00
|
|
|
|
|
|
|
&usb0 {
|
2014-12-05 15:03:23 +00:00
|
|
|
status = "okay";
|
2014-11-26 09:34:01 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usb1 {
|
2014-12-05 15:03:23 +00:00
|
|
|
status = "okay";
|
2014-11-26 09:34:01 +00:00
|
|
|
};
|