]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/stih410-b2120.dts
Merge branches 'fixes', 'next/fixes-non-critical', 'next/cleanup', 'next/soc' and...
[karo-tx-linux.git] / arch / arm / boot / dts / stih410-b2120.dts
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 {
17                 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
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;
28         };
29
30         soc {
31
32                 mmc0: sdhci@09060000 {
33                         max-frequency = <200000000>;
34                         sd-uhs-sdr50;
35                         sd-uhs-sdr104;
36                         sd-uhs-ddr50;
37                 };
38
39                 usb2_picophy1: phy2 {
40                         status = "okay";
41                 };
42
43                 usb2_picophy2: phy3 {
44                         status = "okay";
45                 };
46
47                 ohci0: usb@9a03c00 {
48                         status = "okay";
49                 };
50
51                 ehci0: usb@9a03e00 {
52                         status = "okay";
53                 };
54
55                 ohci1: usb@9a83c00 {
56                         status = "okay";
57                 };
58
59                 ehci1: usb@9a83e00 {
60                         status = "okay";
61                 };
62         };
63 };