Masahiro Yamada | 61e6cc0 | 2017-01-21 18:05:30 +0900 | [diff] [blame^] | 1 | /* |
| 2 | * Device Tree Source for UniPhier PXs3 Reference Board |
| 3 | * |
| 4 | * Copyright (C) 2017 Socionext Inc. |
| 5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
| 6 | * |
| 7 | * SPDX-License-Identifier: GPL-2.0+ X11 |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | /include/ "uniphier-pxs3.dtsi" |
| 12 | /include/ "uniphier-ref-daughter.dtsi" |
| 13 | /include/ "uniphier-support-card.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "UniPhier PXs3 Reference Board"; |
| 17 | compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3"; |
| 18 | |
| 19 | aliases { |
| 20 | serial0 = &serial0; |
| 21 | serial1 = &serial1; |
| 22 | serial2 = &serial2; |
| 23 | serial3 = &serial3; |
| 24 | i2c0 = &i2c0; |
| 25 | i2c1 = &i2c1; |
| 26 | i2c2 = &i2c2; |
| 27 | i2c3 = &i2c3; |
| 28 | i2c6 = &i2c6; |
| 29 | }; |
| 30 | |
| 31 | memory { |
| 32 | device_type = "memory"; |
| 33 | reg = <0 0x80000000 0 0xa0000000>; |
| 34 | }; |
| 35 | |
| 36 | chosen { |
| 37 | stdout-path = "serial0:115200n8"; |
| 38 | }; |
| 39 | }; |
| 40 | |
| 41 | ðsc { |
| 42 | interrupts = <0 48 4>; |
| 43 | }; |
| 44 | |
| 45 | &serial0 { |
| 46 | status = "okay"; |
| 47 | }; |
| 48 | |
| 49 | &i2c0 { |
| 50 | status = "okay"; |
| 51 | }; |