Skip to content

Commit 7b601b7

Browse files
michalsieronmbolivar-nordic
authored andcommitted
dts: riscv: litex-vexriscv: Fix clock node address
Also change its register indentation from spaces to tabs Signed-off-by: Michal Sieron <[email protected]>
1 parent dc98691 commit 7b601b7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

dts/riscv/riscv32-litex-vexriscv.dtsi

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -295,25 +295,25 @@
295295
status = "disabled";
296296
};
297297
};
298-
clock0: clock@82005000 {
298+
clock0: clock@e0004800 {
299299
compatible = "litex,clk";
300300
label = "clock0";
301301
reg = <0xe0004800 0x4
302-
0xe0004804 0x4
303-
0xe0004808 0x4
304-
0xe000480c 0x4
305-
0xe0004810 0x4
306-
0xe0004814 0x4
307-
0xe0004818 0x4
308-
0xe000481c 0x4>;
302+
0xe0004804 0x4
303+
0xe0004808 0x4
304+
0xe000480c 0x4
305+
0xe0004810 0x4
306+
0xe0004814 0x4
307+
0xe0004818 0x4
308+
0xe000481c 0x4>;
309309
reg-names = "drp_reset",
310-
"drp_locked",
311-
"drp_read",
312-
"drp_write",
313-
"drp_drdy",
314-
"drp_adr",
315-
"drp_dat_w",
316-
"drp_dat_r";
310+
"drp_locked",
311+
"drp_read",
312+
"drp_write",
313+
"drp_drdy",
314+
"drp_adr",
315+
"drp_dat_w",
316+
"drp_dat_r";
317317
#clock-cells = <1>;
318318
clocks = <&clk0 0>, <&clk1 1>;
319319
clock-output-names = "CLK_0", "CLK_1";

0 commit comments

Comments
 (0)