Masahiro Yamada | 019df87 | 2015-09-22 00:27:41 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for UniPhier ProXstream2 Vodka Board |
| 3 | * |
| 4 | * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | /include/ "uniphier-proxstream2.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "UniPhier ProXstream2 Vodka Board"; |
| 14 | compatible = "socionext,proxstream2-vodka", "socionext,proxstream2"; |
| 15 | |
| 16 | memory { |
| 17 | device_type = "memory"; |
| 18 | reg = <0x80000000 0x80000000>; |
| 19 | }; |
| 20 | |
| 21 | chosen { |
| 22 | bootargs = "console=ttyS2,115200"; |
| 23 | stdout-path = &serial2; |
| 24 | }; |
| 25 | |
| 26 | aliases { |
| 27 | serial0 = &serial0; |
| 28 | serial1 = &serial1; |
| 29 | serial2 = &serial2; |
| 30 | i2c0 = &i2c0; |
| 31 | i2c4 = &i2c4; |
| 32 | i2c5 = &i2c5; |
| 33 | i2c6 = &i2c6; |
| 34 | }; |
| 35 | }; |
| 36 | |
| 37 | &serial2 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | &i2c0 { |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | |
Masahiro Yamada | 2610b13 | 2015-11-04 21:56:07 +0900 | [diff] [blame^] | 45 | &usb0 { |
| 46 | status = "okay"; |
| 47 | }; |
| 48 | |
Masahiro Yamada | 019df87 | 2015-09-22 00:27:41 +0900 | [diff] [blame] | 49 | /* for U-boot only */ |
| 50 | / { |
| 51 | soc { |
| 52 | u-boot,dm-pre-reloc; |
| 53 | }; |
| 54 | }; |
| 55 | |
| 56 | &serial2 { |
| 57 | u-boot,dm-pre-reloc; |
| 58 | }; |
| 59 | |
| 60 | &pinctrl { |
| 61 | u-boot,dm-pre-reloc; |
| 62 | }; |
| 63 | |
| 64 | &pinctrl_uart2 { |
| 65 | u-boot,dm-pre-reloc; |
| 66 | }; |