u-boot/arch/arm/dts/rk3288-miqi.dts
Johan Jonker 52a0c68994 arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files
In order to sync rk3288.dtsi from Linux it needed to
move all u-boot specific properties in separate dtsi files.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2022-04-18 11:25:13 +08:00

16 lines
275 B
Text

// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/
/dts-v1/;
#include "rk3288-miqi.dtsi"
/ {
model = "mqmaker MiQi";
compatible = "mqmaker,miqi", "rockchip,rk3288";
chosen {
stdout-path = "serial2:115200n8";
};
};