Some of gmac, sdmmc node properties are common across rk3288 and rk3399pro SOM's so move them into Carrier dtsi. Chosen node is specific to rk3399pro configure SBC, so move it into RockPI N10 dts. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Link: https://lore.kernel.org/r/20200715083418.112003-5-jagan@amarulasolutions.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
23 lines
524 B
Plaintext
23 lines
524 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
|
|
* Copyright (c) 2019 Radxa Limited
|
|
* Copyright (c) 2019 Amarula Solutions(India)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3399.dtsi"
|
|
#include "rk3399-opp.dtsi"
|
|
#include <arm/rockchip-radxa-dalang-carrier.dtsi>
|
|
#include "rk3399pro-vmarc-som.dtsi"
|
|
|
|
/ {
|
|
model = "Radxa ROCK Pi N10";
|
|
compatible = "radxa,rockpi-n10", "vamrs,rk3399pro-vmarc-som",
|
|
"rockchip,rk3399pro";
|
|
|
|
chosen {
|
|
stdout-path = "serial2:1500000n8";
|
|
};
|
|
};
|