2020-05-29 06:03:22 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
/*
|
|
|
|
* (C) Copyright 2019 SiFive, Inc
|
|
|
|
*/
|
|
|
|
|
2020-07-29 09:36:12 +00:00
|
|
|
#include <dt-bindings/reset/sifive-fu540-prci.h>
|
|
|
|
|
2020-05-29 06:03:22 +00:00
|
|
|
/ {
|
2020-05-29 06:03:25 +00:00
|
|
|
cpus {
|
|
|
|
assigned-clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
assigned-clock-rates = <1000000000>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
cpu0: cpu@0 {
|
|
|
|
clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
status = "okay";
|
|
|
|
cpu0_intc: interrupt-controller {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
cpu1: cpu@1 {
|
|
|
|
clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
cpu1_intc: interrupt-controller {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
cpu2: cpu@2 {
|
|
|
|
clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
cpu2_intc: interrupt-controller {
|
2020-06-09 03:28:25 +00:00
|
|
|
u-boot,dm-spl;
|
2020-05-29 06:03:25 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
cpu3: cpu@3 {
|
|
|
|
clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
cpu3_intc: interrupt-controller {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
cpu4: cpu@4 {
|
|
|
|
clocks = <&prci PRCI_CLK_COREPLL>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
cpu4_intc: interrupt-controller {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-05-29 06:03:22 +00:00
|
|
|
soc {
|
2020-05-29 06:03:25 +00:00
|
|
|
u-boot,dm-spl;
|
2020-05-29 06:03:22 +00:00
|
|
|
otp: otp@10070000 {
|
|
|
|
compatible = "sifive,fu540-c000-otp";
|
2020-06-09 03:28:26 +00:00
|
|
|
reg = <0x0 0x10070000 0x0 0x1000>;
|
2020-05-29 06:03:22 +00:00
|
|
|
fuse-count = <0x1000>;
|
|
|
|
};
|
2020-09-28 14:52:29 +00:00
|
|
|
clint: clint@2000000 {
|
2020-05-29 06:03:25 +00:00
|
|
|
compatible = "riscv,clint0";
|
2020-09-28 14:52:29 +00:00
|
|
|
interrupts-extended = <&cpu0_intc 3 &cpu0_intc 7
|
|
|
|
&cpu1_intc 3 &cpu1_intc 7
|
|
|
|
&cpu2_intc 3 &cpu2_intc 7
|
|
|
|
&cpu3_intc 3 &cpu3_intc 7
|
|
|
|
&cpu4_intc 3 &cpu4_intc 7>;
|
2020-10-20 05:33:02 +00:00
|
|
|
reg = <0x0 0x2000000 0x0 0x10000>;
|
2020-05-29 06:03:25 +00:00
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-07-29 09:36:12 +00:00
|
|
|
prci: clock-controller@10000000 {
|
|
|
|
#reset-cells = <1>;
|
|
|
|
resets = <&prci PRCI_RST_DDR_CTRL_N>,
|
|
|
|
<&prci PRCI_RST_DDR_AXI_N>,
|
|
|
|
<&prci PRCI_RST_DDR_AHB_N>,
|
|
|
|
<&prci PRCI_RST_DDR_PHY_N>,
|
|
|
|
<&prci PRCI_RST_GEMGXL_N>;
|
|
|
|
reset-names = "ddr_ctrl", "ddr_axi", "ddr_ahb",
|
|
|
|
"ddr_phy", "gemgxl_reset";
|
|
|
|
};
|
2020-05-29 06:03:28 +00:00
|
|
|
dmc: dmc@100b0000 {
|
|
|
|
compatible = "sifive,fu540-c000-ddr";
|
|
|
|
reg = <0x0 0x100b0000 0x0 0x0800
|
|
|
|
0x0 0x100b2000 0x0 0x2000
|
2020-06-09 03:28:26 +00:00
|
|
|
0x0 0x100b8000 0x0 0x1000>;
|
2020-05-29 06:03:28 +00:00
|
|
|
clocks = <&prci PRCI_CLK_DDRPLL>;
|
|
|
|
clock-frequency = <933333324>;
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-05-29 06:03:22 +00:00
|
|
|
};
|
|
|
|
};
|
2020-05-29 06:03:25 +00:00
|
|
|
|
|
|
|
&prci {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-05-29 06:03:32 +00:00
|
|
|
|
|
|
|
ð0 {
|
|
|
|
assigned-clocks = <&prci PRCI_CLK_GEMGXLPLL>;
|
|
|
|
assigned-clock-rates = <125000000>;
|
|
|
|
};
|
2020-05-29 06:44:51 +00:00
|
|
|
|
|
|
|
&l2cache {
|
|
|
|
status = "okay";
|
|
|
|
};
|