|
@@ -31,6 +31,7 @@
|
|
|
*/
|
|
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
+#include <dt-bindings/clock/bcm-ns2.h>
|
|
|
|
|
|
/memreserve/ 0x84b00000 0x00000008;
|
|
|
|
|
@@ -109,6 +110,33 @@
|
|
|
<&A57_3>;
|
|
|
};
|
|
|
|
|
|
+ clocks {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ osc: oscillator {
|
|
|
+ #clock-cells = <0>;
|
|
|
+ compatible = "fixed-clock";
|
|
|
+ clock-frequency = <25000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ iprocmed: iprocmed {
|
|
|
+ #clock-cells = <0>;
|
|
|
+ compatible = "fixed-factor-clock";
|
|
|
+ clocks = <&genpll_scr BCM_NS2_GENPLL_SCR_SCR_CLK>;
|
|
|
+ clock-div = <2>;
|
|
|
+ clock-mult = <1>;
|
|
|
+ };
|
|
|
+
|
|
|
+ iprocslow: iprocslow {
|
|
|
+ #clock-cells = <0>;
|
|
|
+ compatible = "fixed-factor-clock";
|
|
|
+ clocks = <&genpll_scr BCM_NS2_GENPLL_SCR_SCR_CLK>;
|
|
|
+ clock-div = <4>;
|
|
|
+ clock-mult = <1>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
soc: soc {
|
|
|
compatible = "simple-bus";
|
|
|
#address-cells = <1>;
|
|
@@ -156,6 +184,56 @@
|
|
|
mmu-masters;
|
|
|
};
|
|
|
|
|
|
+ lcpll_ddr: lcpll_ddr@6501d058 {
|
|
|
+ #clock-cells = <1>;
|
|
|
+ compatible = "brcm,ns2-lcpll-ddr";
|
|
|
+ reg = <0x6501d058 0x20>,
|
|
|
+ <0x6501c020 0x4>,
|
|
|
+ <0x6501d04c 0x4>;
|
|
|
+ clocks = <&osc>;
|
|
|
+ clock-output-names = "lcpll_ddr", "pcie_sata_usb",
|
|
|
+ "ddr", "ddr_ch2_unused",
|
|
|
+ "ddr_ch3_unused", "ddr_ch4_unused",
|
|
|
+ "ddr_ch5_unused";
|
|
|
+ };
|
|
|
+
|
|
|
+ lcpll_ports: lcpll_ports@6501d078 {
|
|
|
+ #clock-cells = <1>;
|
|
|
+ compatible = "brcm,ns2-lcpll-ports";
|
|
|
+ reg = <0x6501d078 0x20>,
|
|
|
+ <0x6501c020 0x4>,
|
|
|
+ <0x6501d054 0x4>;
|
|
|
+ clocks = <&osc>;
|
|
|
+ clock-output-names = "lcpll_ports", "wan", "rgmii",
|
|
|
+ "ports_ch2_unused",
|
|
|
+ "ports_ch3_unused",
|
|
|
+ "ports_ch4_unused",
|
|
|
+ "ports_ch5_unused";
|
|
|
+ };
|
|
|
+
|
|
|
+ genpll_scr: genpll_scr@6501d098 {
|
|
|
+ #clock-cells = <1>;
|
|
|
+ compatible = "brcm,ns2-genpll-scr";
|
|
|
+ reg = <0x6501d098 0x32>,
|
|
|
+ <0x6501c020 0x4>,
|
|
|
+ <0x6501d044 0x4>;
|
|
|
+ clocks = <&osc>;
|
|
|
+ clock-output-names = "genpll_scr", "scr", "fs",
|
|
|
+ "audio_ref", "scr_ch3_unused",
|
|
|
+ "scr_ch4_unused", "scr_ch5_unused";
|
|
|
+ };
|
|
|
+
|
|
|
+ genpll_sw: genpll_sw@6501d0c4 {
|
|
|
+ #clock-cells = <1>;
|
|
|
+ compatible = "brcm,ns2-genpll-sw";
|
|
|
+ reg = <0x6501d0c4 0x32>,
|
|
|
+ <0x6501c020 0x4>,
|
|
|
+ <0x6501d044 0x4>;
|
|
|
+ clocks = <&osc>;
|
|
|
+ clock-output-names = "genpll_sw", "rpe", "250", "nic",
|
|
|
+ "chimp", "port", "sdio";
|
|
|
+ };
|
|
|
+
|
|
|
crmu: crmu@65024000 {
|
|
|
compatible = "syscon";
|
|
|
reg = <0x65024000 0x100>;
|
|
@@ -204,7 +282,7 @@
|
|
|
interrupts = <GIC_SPI 393 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
reg-shift = <2>;
|
|
|
reg-io-width = <4>;
|
|
|
- clock-frequency = <23961600>;
|
|
|
+ clocks = <&osc>;
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|