mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
feat(stm32mp2-fdts): add memory node
Add ddr node in stm32mp251.dtsi file, which gives addresses to DDR PHY and DDR controller. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I719bfd1640a8217ff79e79b5b53845b75421d298
This commit is contained in:
parent
213a08eb42
commit
e34839b9a2
1 changed files with 7 additions and 0 deletions
|
@ -328,6 +328,13 @@
|
|||
reg = <0x44230000 0x10000>;
|
||||
};
|
||||
|
||||
ddr: ddr@48040000 {
|
||||
compatible = "st,stm32mp2-ddr";
|
||||
reg = <0x48040000 0x10000>,
|
||||
<0x48c00000 0x400000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@44240000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue