cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

rk3288-tinker-s.dts (568B)


      1// 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
     15&emmc {
     16	bus-width = <8>;
     17	cap-mmc-highspeed;
     18	non-removable;
     19	pinctrl-names = "default";
     20	pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
     21	max-frequency = <150000000>;
     22	mmc-hs200-1_8v;
     23	mmc-ddr-1_8v;
     24	status = "okay";
     25};
     26
     27&hdmi {
     28	pinctrl-names = "default";
     29	pinctrl-0 = <&hdmi_cec_c0>;
     30};