uniphier-ph1-ld4-ref.dts 923 字节
Newer Older
1 2 3
/*
 * Device Tree Source for UniPhier PH1-LD4 Reference Board
 *
4
 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5
 *
6
 * SPDX-License-Identifier:	GPL-2.0+	X11
7 8 9 10
 */

/dts-v1/;
/include/ "uniphier-ph1-ld4.dtsi"
11
/include/ "uniphier-ref-daughter.dtsi"
12 13

/ {
14 15
	model = "UniPhier PH1-LD4 Reference Board";
	compatible = "socionext,ph1-ld4-ref", "socionext,ph1-ld4";
16 17 18 19 20 21 22 23

	memory {
		device_type = "memory";
		reg = <0x80000000 0x20000000>;
	};

	chosen {
		bootargs = "console=ttyPS0,115200 earlyprintk";
24
		stdout-path = &uart0;
25
	};
26 27

	aliases {
28 29 30 31
		serial0 = &uart0;
		serial1 = &uart1;
		serial2 = &uart2;
		serial3 = &uart3;
32 33 34 35 36
		i2c0 = &i2c0;
		i2c1 = &i2c1;
		i2c2 = &i2c2;
		i2c3 = &i2c3;
	};
37
};
38 39

&uart0 {
40
	status = "okay";
41 42 43
};

&uart1 {
44 45 46 47 48
	status = "okay";
};

&i2c0 {
	status = "okay";
49
};
50 51

&usb0 {
52
	status = "okay";
53 54 55
};

&usb1 {
56
	status = "okay";
57
};
58 59 60 61 62

/* for U-boot only */
&uart0 {
       u-boot,dm-pre-reloc;
};