riscv: dts: microchip: rename icicle kit ccc clock and other minor fixes

Rename the Clock Conditioning Circuit (CCC) reference clock to match
the fixed clock bindings naming recommendation.

Update the reserved memory regions in the Icicle Kit common dtsi to
use lowercase hex and drop the redundant status properties from the
memory regions, as they are not required.

Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
Valentina Fernandez
2025-09-09 20:48:15 +01:00
committed by Conor Dooley
parent 2775e87c34
commit 02428682b2
2 changed files with 3 additions and 5 deletions
@@ -53,13 +53,11 @@
ddrc_cache_lo: memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x40000000>;
status = "okay";
};
ddrc_cache_hi: memory@1040000000 {
device_type = "memory";
reg = <0x10 0x40000000 0x0 0x40000000>;
status = "okay";
};
reserved-memory {
@@ -67,8 +65,8 @@
#size-cells = <2>;
ranges;
hss_payload: region@BFC00000 {
reg = <0x0 0xBFC00000 0x0 0x400000>;
hss_payload: region@bfc00000 {
reg = <0x0 0xbfc00000 0x0 0x400000>;
no-map;
};
};
@@ -74,7 +74,7 @@
};
};
refclk_ccc: cccrefclk {
refclk_ccc: clock-cccref {
compatible = "fixed-clock";
#clock-cells = <0>;
};