ARM: dts: uniphier: remove sLD3 SoC support
[linux-2.6-block.git] / arch / arm / boot / dts / uniphier-pxs2-gentil.dts
CommitLineData
97593f77 1/*
77896e4d 2 * Device Tree Source for UniPhier PXs2 Gentil Board
97593f77 3 *
77896e4d
MY
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
97593f77 6 *
fa53757b 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
97593f77
MY
8 */
9
10/dts-v1/;
77896e4d 11/include/ "uniphier-pxs2.dtsi"
97593f77
MY
12
13/ {
77896e4d
MY
14 model = "UniPhier PXs2 Gentil Board";
15 compatible = "socionext,uniphier-pxs2-gentil",
16 "socionext,uniphier-pxs2";
97593f77 17
97593f77 18 chosen {
2a4a2aad 19 stdout-path = "serial0:115200n8";
97593f77
MY
20 };
21
22 aliases {
2a4a2aad
MY
23 serial0 = &serial2;
24 serial1 = &serial0;
25 serial2 = &serial1;
5f760486 26 i2c0 = &i2c0;
47557239 27 i2c2 = &i2c2;
5f760486
MY
28 i2c4 = &i2c4;
29 i2c5 = &i2c5;
30 i2c6 = &i2c6;
97593f77 31 };
23866a3d
MY
32
33 memory@80000000 {
34 device_type = "memory";
35 reg = <0x80000000 0x80000000>;
36 };
97593f77
MY
37};
38
39&serial2 {
40 status = "okay";
41};
42
43&i2c0 {
44 status = "okay";
3bdf9e42
MY
45
46 eeprom@54 {
73f9de0c 47 compatible = "st,24c64", "atmel,24c64";
3bdf9e42 48 reg = <0x54>;
facc7a55 49 pagesize = <32>;
3bdf9e42 50 };
97593f77 51};
47557239
MY
52
53&i2c2 {
54 status = "okay";
55};