rv11xx-evb-v13.dtsi -> rv1126-evb-v13.dtsi rv11xx-evb-v12.dtsi -> rv1126-evb-v12.dtsi rv11xx-evb-v10.dtsi -> rv1126-evb-v10.dtsi rv11xx-evb-v10-robot.dtsi -> rv1126-evb-v10-robot.dtsi rv11xx-thunder-boot-emmc.dtsi -> rv1126-thunder-boot-emmc.dtsi rv11xx-thunder-boot-spi-nor.dtsi -> rv1126-thunder-boot-spi-nor.dtsi rv11xx-thunder-boot.dtsi -> rv1126-thunder-boot.dtsi rv11xx-ai-cam.dtsi -> rv1126-ai-cam.dtsi rv11xx-evb-thunder-boot.dtsi -> rv1126-evb-thunder-boot.dtsi rv11xx-ipc.dtsi -> rv1126-ipc.dtsi Change-Id: I815b0d1b471c9b14d627cff7fad961290c7f043f Signed-off-by: Tao Huang <huangtao@rock-chips.com>
20 lines
556 B
Plaintext
20 lines
556 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rv1126.dtsi"
|
|
#include "rv1126-evb-v12.dtsi"
|
|
#include "rv1126-thunder-boot-spi-nor.dtsi"
|
|
#include "rv1126-evb-thunder-boot.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RV1126 EVB DDR3 V12 with spi nor (Thunder Boot)";
|
|
compatible = "rockchip,rv1126-evb-ddr3-v12-tb-spi-nor", "rockchip,rv1126";
|
|
|
|
chosen {
|
|
bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 console=ttyFIQ0 snd_aloop.index=7";
|
|
};
|
|
};
|