Masahiro Yamada | c28adcb | 2017-08-28 21:33:07 +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+ OR MIT) |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | #include "uniphier-pxs3.dtsi" |
| 12 | #include "uniphier-support-card.dtsi" |
| 13 | |
| 14 | / { |
| 15 | model = "UniPhier PXs3 Reference Board"; |
| 16 | compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3"; |
| 17 | |
| 18 | chosen { |
| 19 | stdout-path = "serial0:115200n8"; |
| 20 | }; |
| 21 | |
| 22 | aliases { |
| 23 | serial0 = &serial0; |
| 24 | serial1 = &serial1; |
| 25 | serial2 = &serial2; |
| 26 | serial3 = &serial3; |
| 27 | i2c0 = &i2c0; |
| 28 | i2c1 = &i2c1; |
| 29 | i2c2 = &i2c2; |
| 30 | i2c3 = &i2c3; |
| 31 | i2c6 = &i2c6; |
| 32 | }; |
| 33 | |
| 34 | memory@80000000 { |
| 35 | device_type = "memory"; |
| 36 | reg = <0 0x80000000 0 0xa0000000>; |
| 37 | }; |
| 38 | }; |
| 39 | |
| 40 | ðsc { |
Dai Okamura | 6af9bd4 | 2017-11-28 19:41:32 +0900 | [diff] [blame] | 41 | interrupts = <4 8>; |
Masahiro Yamada | c28adcb | 2017-08-28 21:33:07 +0900 | [diff] [blame] | 42 | }; |
| 43 | |
| 44 | &serial0 { |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
| 48 | &i2c0 { |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
| 52 | &i2c1 { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
| 56 | &i2c2 { |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | &i2c3 { |
| 61 | status = "okay"; |
| 62 | }; |
Masahiro Yamada | ae4cce8 | 2017-10-14 02:06:26 +0900 | [diff] [blame] | 63 | |
| 64 | &nand { |
| 65 | status = "okay"; |
| 66 | }; |