diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/rk3288-tinker-s.dts')
-rw-r--r-- | roms/u-boot/arch/arm/dts/rk3288-tinker-s.dts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/rk3288-tinker-s.dts b/roms/u-boot/arch/arm/dts/rk3288-tinker-s.dts new file mode 100644 index 000000000..cc7ac5f88 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/rk3288-tinker-s.dts @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd. + */ + +/dts-v1/; + +#include "rk3288-tinker.dtsi" + +/ { + model = "Rockchip RK3288 Asus Tinker Board S"; + compatible = "asus,rk3288-tinker-s", "rockchip,rk3288"; + + chosen { + stdout-path = &uart2; + }; +}; + +&emmc { + bus-width = <8>; + cap-mmc-highspeed; + non-removable; + pinctrl-names = "default"; + pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>; + max-frequency = <150000000>; + mmc-hs200-1_8v; + mmc-ddr-1_8v; + status = "okay"; +}; |