Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
0004  * Author: Peter Griffin <peter.griffin@linaro.org>
0005  */
0006 /dts-v1/;
0007 #include "stih410.dtsi"
0008 #include "stihxxx-b2120.dtsi"
0009 / {
0010         model = "STiH410 B2120";
0011         compatible = "st,stih410-b2120", "st,stih410";
0012 
0013         chosen {
0014                 stdout-path = &sbc_serial0;
0015         };
0016 
0017         memory@40000000 {
0018                 device_type = "memory";
0019                 reg = <0x40000000 0x80000000>;
0020         };
0021 
0022         aliases {
0023                 serial0 = &sbc_serial0;
0024                 ethernet0 = &ethernet0;
0025         };
0026 
0027         usb2_picophy1: phy2 {
0028                 status = "okay";
0029         };
0030 
0031         usb2_picophy2: phy3 {
0032                 status = "okay";
0033         };
0034 
0035         soc {
0036 
0037                 mmc0: sdhci@9060000 {
0038                         max-frequency = <200000000>;
0039                         sd-uhs-sdr50;
0040                         sd-uhs-sdr104;
0041                         sd-uhs-ddr50;
0042                 };
0043 
0044                 ohci0: usb@9a03c00 {
0045                         status = "okay";
0046                 };
0047 
0048                 ehci0: usb@9a03e00 {
0049                         status = "okay";
0050                 };
0051 
0052                 ohci1: usb@9a83c00 {
0053                         status = "okay";
0054                 };
0055 
0056                 ehci1: usb@9a83e00 {
0057                         status = "okay";
0058                 };
0059 
0060                 sti-display-subsystem@0 {
0061                         sti-hda@8d02000 {
0062                                 status = "okay";
0063                         };
0064                 };
0065         };
0066 };