Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tongchen126 committed Mar 21, 2022
1 parent 8d633b6 commit 6df6e6d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions nexys_video_prebuilt/nexys_video.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,22 @@
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512MB (ecpix5, nexys_video) */
};
clocks {
clocks {
sys_clk: litex_sys_clk {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <100000000>;
};
};

vreg_mmc: vreg_mmc {
compatible = "regulator-fixed";
regulator-name = "vreg_mmc";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};

L12: soc {
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -213,10 +221,11 @@
<0x12004000 0x100>;
reg-names = "phy", "core", "reader", "writer", "irq";
clocks = <&sys_clk>;
vmmc-supply = <&vreg_mmc>;
bus-width = <0x04>;
interrupts = <4>;
interrupt-parent = <&L1>;
status = "okay";
};
};
};
};

0 comments on commit 6df6e6d

Please sign in to comment.