Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 STMicroelectronics (R&D) Limited. |
| 3 | * Author: Peter Griffin <peter.griffin@linaro.org> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | */ |
| 9 | /dts-v1/; |
| 10 | #include "stih410.dtsi" |
| 11 | #include "stihxxx-b2120.dtsi" |
| 12 | / { |
| 13 | model = "STiH410 B2120"; |
| 14 | compatible = "st,stih410-b2120", "st,stih410"; |
| 15 | |
| 16 | chosen { |
Peter Griffin | f6b1e68 | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 17 | bootargs = "console=ttyAS0,115200 clk_ignore_unused"; |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 18 | linux,stdout-path = &sbc_serial0; |
| 19 | }; |
| 20 | |
| 21 | memory { |
| 22 | device_type = "memory"; |
| 23 | reg = <0x40000000 0x80000000>; |
| 24 | }; |
| 25 | |
| 26 | aliases { |
| 27 | ttyAS0 = &sbc_serial0; |
Maxime Coquelin | 60dfa24 | 2015-10-01 17:45:46 +0200 | [diff] [blame] | 28 | ethernet0 = ðernet0; |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 29 | }; |
Peter Griffin | 9286ac4 | 2015-04-10 11:40:00 +0200 | [diff] [blame] | 30 | |
| 31 | soc { |
| 32 | |
| 33 | mmc0: sdhci@09060000 { |
| 34 | max-frequency = <200000000>; |
| 35 | sd-uhs-sdr50; |
| 36 | sd-uhs-sdr104; |
| 37 | sd-uhs-ddr50; |
| 38 | }; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 39 | |
| 40 | usb2_picophy1: phy2 { |
| 41 | status = "okay"; |
| 42 | }; |
| 43 | |
| 44 | usb2_picophy2: phy3 { |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
| 48 | ohci0: usb@9a03c00 { |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
| 52 | ehci0: usb@9a03e00 { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
| 56 | ohci1: usb@9a83c00 { |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | ehci1: usb@9a83e00 { |
| 61 | status = "okay"; |
| 62 | }; |
Peter Griffin | 9286ac4 | 2015-04-10 11:40:00 +0200 | [diff] [blame] | 63 | }; |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 64 | }; |