mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
rockchip: dts: rk3368: add dmc node
Add dmc node to enable sdram driver. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
8f313328e5
commit
c541a7a12a
1 changed files with 7 additions and 0 deletions
|
|
@ -546,6 +546,12 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
dmc: dmc@ff610000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
compatible = "rockchip,rk3368-dmc", "syscon";
|
||||
reg = <0x0 0xff610000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
i2c0: i2c@ff650000 {
|
||||
compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
|
||||
reg = <0x0 0xff650000 0x0 0x1000>;
|
||||
|
|
@ -641,6 +647,7 @@
|
|||
};
|
||||
|
||||
pmugrf: syscon@ff738000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
compatible = "rockchip,rk3368-pmugrf", "syscon";
|
||||
reg = <0x0 0xff738000 0x0 0x1000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue