1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| // 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"
|
| / {
| model = "Rockchip RV1126 SPI NOR DDR3 Board";
| compatible = "rockchip,rv1126-evb-ddr3-v12-spi-nor", "rockchip,rv1126";
|
| chosen {
| bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=/dev/mtdblock3 rootfstype=squashfs rootwait snd_aloop.index=7";
| };
|
| };
|
|