rockchip: add u-boot specific dts for rk3036 sdk
Add this dts to enable debug uart releated devices before relocation. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
77c17f4354
commit
86b1122a84
11
arch/arm/dts/rk3036-sdk-u-boot.dtsi
Normal file
11
arch/arm/dts/rk3036-sdk-u-boot.dtsi
Normal file
@ -0,0 +1,11 @@
|
||||
&uart2 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&grf {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
Loading…
Reference in New Issue
Block a user