Re: [PATCH v2 4/6] arm64: dts: axiado: Add initial support for AX3000 SoC and eval board
From: Krzysztof Kozlowski
Date: Mon Jun 23 2025 - 02:05:07 EST
On 23/06/2025 07:56, Harshit Shah wrote:
> So, I am planning to add only following as a part of this patchset.
>
> clocks {
> clk_xin: clock-200000000 {
> compatible = "fixed-clock";
> #clock-cells = <0>;
> clock-frequency = <200000000>;
> clock-output-names = "clk_xin";
> };
> refclk: clock-125000000 {
> compatible = "fixed-clock";
> #clock-cells = <0>;
> clock-frequency = <125000000>;
> };
> };
>
> Later, we will add more patches as a part of next-separate series for
> the controller, clocks(those can change) and other peripherals.
Yes
Best regards,
Krzysztof