xref: /freebsd-src/sys/contrib/device-tree/src/arm/rockchip/rk3288-tinker-s.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd.
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include "rk3288-tinker.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Rockchip RK3288 Asus Tinker Board S";
12*f126890aSEmmanuel Vadot	compatible = "asus,rk3288-tinker-s", "rockchip,rk3288";
13*f126890aSEmmanuel Vadot};
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot&emmc {
16*f126890aSEmmanuel Vadot	bus-width = <8>;
17*f126890aSEmmanuel Vadot	cap-mmc-highspeed;
18*f126890aSEmmanuel Vadot	non-removable;
19*f126890aSEmmanuel Vadot	pinctrl-names = "default";
20*f126890aSEmmanuel Vadot	pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
21*f126890aSEmmanuel Vadot	max-frequency = <150000000>;
22*f126890aSEmmanuel Vadot	mmc-hs200-1_8v;
23*f126890aSEmmanuel Vadot	mmc-ddr-1_8v;
24*f126890aSEmmanuel Vadot	status = "okay";
25*f126890aSEmmanuel Vadot};
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot&hdmi {
28*f126890aSEmmanuel Vadot	pinctrl-names = "default";
29*f126890aSEmmanuel Vadot	pinctrl-0 = <&hdmi_cec_c0>;
30*f126890aSEmmanuel Vadot};
31