rockchip: dts: include rk3368-u-boot.dtsi for px5 evb
Let's rk3368-px5-evb-u-boot.dtsi include rk3368-u-boot.dtsi. Note: px5 evb use uart4 as debug console. Change-Id: Icca1fe00f95fb956abd41d34202af380b18f3c34 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
e1f8eabf6c
commit
d9ba2df1ad
|
|
@ -3,8 +3,12 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: GPL-2.0+ X11
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "rk3368-u-boot.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
|
stdout-path = "serial4:115200n8";
|
||||||
u-boot,spl-boot-order = &emmc;
|
u-boot,spl-boot-order = &emmc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue