From: Pragnesh Patel Date: Fri, 29 May 2020 06:03:28 +0000 (+0530) Subject: riscv: sifive: dts: fu540: add U-Boot dmc node X-Git-Tag: v2020.10~179^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdf5dba1fcb75bb261d39f59dec3ef90ee165d94;p=platform%2Fkernel%2Fu-boot.git riscv: sifive: dts: fu540: add U-Boot dmc node Add dmc node to enable ddr driver. dmc is used to initialize the memory controller. Signed-off-by: Pragnesh Patel Reviewed-by: Bin Meng Tested-by: Bin Meng Reviewed-by: Jagan Teki Tested-by: Jagan Teki --- diff --git a/arch/riscv/dts/fu540-c000-u-boot.dtsi b/arch/riscv/dts/fu540-c000-u-boot.dtsi index fbfe296..fc91a7c 100644 --- a/arch/riscv/dts/fu540-c000-u-boot.dtsi +++ b/arch/riscv/dts/fu540-c000-u-boot.dtsi @@ -59,6 +59,15 @@ reg = <0x0 0x2000000 0x0 0xc0000>; u-boot,dm-spl; }; + dmc: dmc@100b0000 { + compatible = "sifive,fu540-c000-ddr"; + reg = <0x0 0x100b0000 0x0 0x0800 + 0x0 0x100b2000 0x0 0x2000 + 0x0 0x100b8000 0x0 0x0fff>; + clocks = <&prci PRCI_CLK_DDRPLL>; + clock-frequency = <933333324>; + u-boot,dm-spl; + }; }; };