ARM: dts: rockchip: rv1126: support spi nor thunder boot

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I2ee46da045c65c1d3895ec6f96ff879238f8a66a
This commit is contained in:
Jason Zhu
2020-08-04 14:21:42 +08:00
committed by Tao Huang
parent bd9dc64e59
commit 9922d1954a
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rv1126.dtsi"
#include "rv11xx-evb-v12.dtsi"
#include "rv11xx-thunder-boot-spi-nor.dtsi"
#include "rv11xx-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";
};
};