blob: cc7ac5f8811c71fd35edeb8f174c9b3314ba14e7 [file] [log] [blame]
Michael Trimarchi59b01eb2019-11-15 22:07:24 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd.
4 */
5
6/dts-v1/;
7
8#include "rk3288-tinker.dtsi"
9
10/ {
11 model = "Rockchip RK3288 Asus Tinker Board S";
12 compatible = "asus,rk3288-tinker-s", "rockchip,rk3288";
13
14 chosen {
15 stdout-path = &uart2;
16 };
17};
18
19&emmc {
20 bus-width = <8>;
21 cap-mmc-highspeed;
22 non-removable;
23 pinctrl-names = "default";
24 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
25 max-frequency = <150000000>;
26 mmc-hs200-1_8v;
27 mmc-ddr-1_8v;
28 status = "okay";
29};