Masahiro Yamada | f0c34fc | 2016-03-18 16:41:49 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for UniPhier PH1-LD11 Reference Board |
| 3 | * |
| 4 | * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com> |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ X11 |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | /include/ "uniphier-ph1-ld11.dtsi" |
| 11 | /include/ "uniphier-support-card.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "UniPhier PH1-LD11 Reference Board"; |
| 15 | compatible = "socionext,ph1-ld11-ref", "socionext,ph1-ld11"; |
| 16 | |
Masahiro Yamada | f0c34fc | 2016-03-18 16:41:49 +0900 | [diff] [blame] | 17 | aliases { |
| 18 | serial0 = &serial0; |
| 19 | serial1 = &serial1; |
| 20 | serial2 = &serial2; |
| 21 | serial3 = &serial3; |
| 22 | i2c0 = &i2c0; |
| 23 | i2c1 = &i2c1; |
| 24 | i2c2 = &i2c2; |
| 25 | i2c3 = &i2c3; |
| 26 | i2c4 = &i2c4; |
| 27 | i2c5 = &i2c5; |
| 28 | }; |
Masahiro Yamada | 79b06c8 | 2016-04-21 14:43:14 +0900 | [diff] [blame] | 29 | |
| 30 | memory { |
| 31 | device_type = "memory"; |
| 32 | reg = <0 0x80000000 0 0x40000000>; |
| 33 | }; |
| 34 | |
| 35 | chosen { |
| 36 | stdout-path = "serial0:115200n8"; |
| 37 | }; |
Masahiro Yamada | f0c34fc | 2016-03-18 16:41:49 +0900 | [diff] [blame] | 38 | }; |
| 39 | |
| 40 | ðsc { |
| 41 | interrupts = <0 48 4>; |
| 42 | }; |
| 43 | |
| 44 | &serial0 { |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
| 48 | &i2c0 { |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
Masahiro Yamada | 09b0275 | 2016-05-24 21:14:03 +0900 | [diff] [blame] | 52 | &usb0 { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
| 56 | &usb1 { |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | &usb2 { |
| 61 | status = "okay"; |
| 62 | }; |
| 63 | |
Masahiro Yamada | f0c34fc | 2016-03-18 16:41:49 +0900 | [diff] [blame] | 64 | /* for U-Boot only */ |
| 65 | / { |
| 66 | soc { |
| 67 | u-boot,dm-pre-reloc; |
| 68 | }; |
| 69 | }; |
| 70 | |
| 71 | &serial0 { |
| 72 | u-boot,dm-pre-reloc; |
| 73 | }; |
| 74 | |
| 75 | &pinctrl { |
| 76 | u-boot,dm-pre-reloc; |
| 77 | }; |
| 78 | |
| 79 | &pinctrl_uart0 { |
| 80 | u-boot,dm-pre-reloc; |
| 81 | }; |