mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
rockchip: px5 update dts for spl/tpl
TPL need dmc to init ddr sdram, and emmc, boot-order. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Tested-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
579a168466
commit
4d9dd40d68
1 changed files with 29 additions and 0 deletions
|
@ -2,6 +2,27 @@
|
|||
/*
|
||||
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
|
||||
*/
|
||||
/ {
|
||||
chosen {
|
||||
u-boot,spl-boot-order = &emmc;
|
||||
};
|
||||
};
|
||||
|
||||
&dmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
/*
|
||||
* PX5-evb(2GB) need to use CBRD mode, or else the dram is not correct
|
||||
* See doc/device-tree-bindings/clock/rockchip,rk3368-dmc.txt for
|
||||
* details on the 'rockchip,memory-schedule' property and how it
|
||||
* affects the physical-address to device-address mapping.
|
||||
*/
|
||||
rockchip,memory-schedule = <DMC_MSCH_CBRD>;
|
||||
rockchip,ddr-frequency = <800000000>;
|
||||
rockchip,ddr-speed-bin = <DDR3_1600K>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
@ -20,6 +41,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&sgrf {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&cru {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
@ -31,3 +56,7 @@
|
|||
&uart4 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&emmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue