2019-06-04 10:11:33 +02:00
// SPDX-License-Identifier: GPL-2.0-only
2015-01-09 16:11:00 +01:00
/*
* Copyright (C) 2015 STMicroelectronics (R&D) Limited.
* Author: Maxime Coquelin <maxime.coquelin@st.com>
*/
/dts-v1/;
#include "stih418.dtsi"
2016-08-10 15:13:00 +02:00
#include <dt-bindings/gpio/gpio.h>
2015-01-09 16:11:00 +01:00
/ {
model = "STiH418 B2199";
compatible = "st,stih418-b2199", "st,stih418";
chosen {
2018-03-14 18:22:07 +01:00
bootargs = "clk_ignore_unused";
2018-02-28 16:41:15 -06:00
stdout-path = &sbc_serial0;
2015-01-09 16:11:00 +01:00
};
2018-01-08 11:20:42 +01:00
memory@40000000 {
2015-01-09 16:11:00 +01:00
device_type = "memory";
reg = <0x40000000 0xc0000000>;
};
aliases {
2018-03-07 18:35:33 +01:00
serial0 = &sbc_serial0;
2015-10-01 17:48:19 +02:00
ethernet0 = ðernet0;
2015-01-09 16:11:00 +01:00
};
2018-01-09 16:38:57 +01:00
leds {
compatible = "gpio-leds";
red {
label = "Front Panel LED";
gpios = <&pio4 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
green {
gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
};
2015-01-09 16:11:00 +01:00
soc {
sbc_serial0: serial@9530000 {
status = "okay";
};
i2c@9842000 {
status = "okay";
};
i2c@9843000 {
status = "okay";
};
i2c@9844000 {
status = "okay";
};
i2c@9845000 {
status = "okay";
};
i2c@9540000 {
status = "okay";
};
/* SSC11 to HDMI */
i2c@9541000 {
status = "okay";
/* HDMI V1.3a supports Standard mode only */
clock-frequency = <100000>;
st,i2c-min-scl-pulse-width-us = <0>;
st,i2c-min-sda-pulse-width-us = <5>;
};
2015-04-10 11:40:00 +02:00
2017-10-13 12:54:51 -05:00
mmc1: sdhci@9080000 {
2015-04-10 11:40:00 +02:00
status = "okay";
};
2017-10-13 12:54:51 -05:00
mmc0: sdhci@9060000 {
2015-04-10 11:40:00 +02:00
status = "okay";
max-frequency = <200000000>;
sd-uhs-sdr50;
sd-uhs-sdr104;
sd-uhs-ddr50;
2016-08-15 14:17:00 +02:00
non-removable;
2015-04-10 11:40:00 +02:00
};
2015-04-30 15:30:00 +02:00
2018-01-18 17:34:59 +01:00
miphy28lp_phy: miphy28lp@0 {
2015-04-30 15:30:00 +02:00
phy_port0: port@9b22000 {
st,osc-rdy;
};
phy_port1: port@9b2a000 {
st,osc-force-ext;
};
};
2015-04-30 15:30:00 +02:00
st_dwc3: dwc3@8f94000 {
status = "okay";
};
2015-10-01 17:48:19 +02:00
ethernet0: dwmac@9630000 {
st,tx-retime-src = "clkgen";
status = "okay";
phy-mode = "rgmii";
fixed-link = <0 1 1000 0 0>;
};
2015-01-09 16:11:00 +01:00
};
};