xref: /OK3568_Linux_fs/kernel/arch/arm/boot/dts/rv1126-evb-ddr3-v13-tb-emmc.dts (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 Rockchip Electronics Co., Ltd.
4 */
5
6/dts-v1/;
7#include "rv1126.dtsi"
8#include "rv1126-evb-v13.dtsi"
9#include "rv1126-thunder-boot-emmc.dtsi"
10#include "rv1126-evb-thunder-boot.dtsi"
11
12/ {
13	model = "Rockchip RV1126 EVB DDR3 V13 with eMMC (Thunder Boot)";
14	compatible = "rockchip,rv1126-evb-ddr3-v13-tb-emmc", "rockchip,rv1126";
15
16	chosen {
17		bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 console=ttyFIQ0 snd_aloop.index=7 driver_async_probe=dwmmc_rockchip rk.root2nd=/dev/mmcblk0p7";
18	};
19};
20