Allow the final dts to modify the contents of rk3576.dtsi, e.g. including rk3576-cpu-swap.dtsi Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: Ie0b70135b4e139f9912d57ef4be6b846eda1e93f
17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rk3576.dtsi"
|
|
#include "rk3576-iotest.dtsi"
|
|
#include "rk3576-linux.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RK3576 IOTEST V10 Board";
|
|
compatible = "rockchip,rk3576-iotest-v10", "rockchip,rk3576";
|
|
};
|