xref: /freebsd/sys/contrib/device-tree/src/arm/st/stih410-b2120.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
4*f126890aSEmmanuel Vadot * Author: Peter Griffin <peter.griffin@linaro.org>
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "stih410.dtsi"
8*f126890aSEmmanuel Vadot#include "stihxxx-b2120.dtsi"
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "STiH410 B2120";
11*f126890aSEmmanuel Vadot	compatible = "st,stih410-b2120", "st,stih410";
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot	chosen {
14*f126890aSEmmanuel Vadot		stdout-path = &sbc_serial0;
15*f126890aSEmmanuel Vadot	};
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	memory@40000000 {
18*f126890aSEmmanuel Vadot		device_type = "memory";
19*f126890aSEmmanuel Vadot		reg = <0x40000000 0x80000000>;
20*f126890aSEmmanuel Vadot	};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot	aliases {
23*f126890aSEmmanuel Vadot		serial0 = &sbc_serial0;
24*f126890aSEmmanuel Vadot		ethernet0 = &ethernet0;
25*f126890aSEmmanuel Vadot	};
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot	usb2_picophy1: phy2 {
28*f126890aSEmmanuel Vadot		status = "okay";
29*f126890aSEmmanuel Vadot	};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot	usb2_picophy2: phy3 {
32*f126890aSEmmanuel Vadot		status = "okay";
33*f126890aSEmmanuel Vadot	};
34*f126890aSEmmanuel Vadot
35*f126890aSEmmanuel Vadot	soc {
36*f126890aSEmmanuel Vadot
37*f126890aSEmmanuel Vadot		mmc0: sdhci@9060000 {
38*f126890aSEmmanuel Vadot			max-frequency = <200000000>;
39*f126890aSEmmanuel Vadot			sd-uhs-sdr50;
40*f126890aSEmmanuel Vadot			sd-uhs-sdr104;
41*f126890aSEmmanuel Vadot			sd-uhs-ddr50;
42*f126890aSEmmanuel Vadot		};
43*f126890aSEmmanuel Vadot
44*f126890aSEmmanuel Vadot		ohci0: usb@9a03c00 {
45*f126890aSEmmanuel Vadot			status = "okay";
46*f126890aSEmmanuel Vadot		};
47*f126890aSEmmanuel Vadot
48*f126890aSEmmanuel Vadot		ehci0: usb@9a03e00 {
49*f126890aSEmmanuel Vadot			status = "okay";
50*f126890aSEmmanuel Vadot		};
51*f126890aSEmmanuel Vadot
52*f126890aSEmmanuel Vadot		ohci1: usb@9a83c00 {
53*f126890aSEmmanuel Vadot			status = "okay";
54*f126890aSEmmanuel Vadot		};
55*f126890aSEmmanuel Vadot
56*f126890aSEmmanuel Vadot		ehci1: usb@9a83e00 {
57*f126890aSEmmanuel Vadot			status = "okay";
58*f126890aSEmmanuel Vadot		};
59*f126890aSEmmanuel Vadot
60*f126890aSEmmanuel Vadot		sti-display-subsystem@0 {
61*f126890aSEmmanuel Vadot			sti-hda@8d02000 {
62*f126890aSEmmanuel Vadot				status = "okay";
63*f126890aSEmmanuel Vadot			};
64*f126890aSEmmanuel Vadot		};
65*f126890aSEmmanuel Vadot	};
66*f126890aSEmmanuel Vadot};
67