This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 21:24:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3710b464e4
u-boot
/
arch
/
arm
/
dts
/
rk3036-sdk-u-boot.dtsi
14 lines
135 B
Text
Raw
Normal View
History
Unescape
Escape
arm: dts: rk3036: Add rk3036-u-boot.dtsi Add U-Boot specific dtsi file for rk3036 SoC. This would help to add U-Boot specific dts nodes, properties which are common across rk3036. Right now, the file is empty, will add required changes in future patches. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-01-09 18:46:19 +00:00
#include "rk3036-u-boot.dtsi"
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>
2017-07-24 09:52:24 +00:00
&uart2 {
u-boot,dm-pre-reloc;
};
&grf {
u-boot,dm-pre-reloc;
};
&pinctrl {
u-boot,dm-pre-reloc;
};
Reference in a new issue
Copy permalink