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>
19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rv1126.dtsi"
|
|
#include "rv1126-evb-v10.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RV1126 EVB DDR3 V10 Board";
|
|
compatible = "rockchip,rv1126-evb-ddr3-v10", "rockchip,rv1126";
|
|
|
|
chosen {
|
|
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
|
|
};
|
|
};
|
|
|