2019-06-04 10:11:33 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2014-11-17 17:48:00 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 STMicroelectronics (R&D) Limited.
|
|
|
|
* Author: Peter Griffin <peter.griffin@linaro.org>
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "stih410.dtsi"
|
|
|
|
#include "stihxxx-b2120.dtsi"
|
|
|
|
/ {
|
|
|
|
model = "STiH410 B2120";
|
|
|
|
compatible = "st,stih410-b2120", "st,stih410";
|
|
|
|
|
|
|
|
chosen {
|
2018-02-28 16:41:15 -06:00
|
|
|
stdout-path = &sbc_serial0;
|
2014-11-17 17:48:00 +01:00
|
|
|
};
|
|
|
|
|
2018-01-08 11:20:42 +01:00
|
|
|
memory@40000000 {
|
2014-11-17 17:48:00 +01:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x40000000 0x80000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2018-03-07 18:35:33 +01:00
|
|
|
serial0 = &sbc_serial0;
|
2015-10-01 17:45:46 +02:00
|
|
|
ethernet0 = ðernet0;
|
2014-11-17 17:48:00 +01:00
|
|
|
};
|
2015-04-10 11:40:00 +02:00
|
|
|
|
2022-02-11 19:16:13 +01:00
|
|
|
usb2_picophy1: phy2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
usb2_picophy2: phy3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-04-10 11:40:00 +02:00
|
|
|
soc {
|
|
|
|
|
2017-10-13 12:54:51 -05:00
|
|
|
mmc0: sdhci@9060000 {
|
2015-04-10 11:40:00 +02:00
|
|
|
max-frequency = <200000000>;
|
|
|
|
sd-uhs-sdr50;
|
|
|
|
sd-uhs-sdr104;
|
|
|
|
sd-uhs-ddr50;
|
|
|
|
};
|
2015-09-23 19:53:58 +02:00
|
|
|
|
|
|
|
ohci0: usb@9a03c00 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ehci0: usb@9a03e00 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ohci1: usb@9a83c00 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ehci1: usb@9a83e00 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2016-12-07 10:49:51 +01:00
|
|
|
|
2018-01-09 17:47:47 +01:00
|
|
|
sti-display-subsystem@0 {
|
2016-12-07 10:49:51 +01:00
|
|
|
sti-hda@8d02000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
2015-04-10 11:40:00 +02:00
|
|
|
};
|
2014-11-17 17:48:00 +01:00
|
|
|
};
|