[Patch v3 4/4] arm64: dts: imx95: Add NETCMIX block control support
Wei Fang
wei.fang at nxp.com
Wed Aug 28 18:18:49 PDT 2024
Add NETCMIX block control support.
Signed-off-by: Wei Fang <wei.fang at nxp.com>
---
V3 no changes
---
arch/arm64/boot/dts/freescale/imx95.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index ecdc6b7b5129..03661e76550f 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -1607,6 +1607,18 @@ pcie1_ep: pcie-ep at 4c380000 {
status = "disabled";
};
+ netcmix_blk_ctrl: syscon at 4c810000 {
+ compatible = "nxp,imx95-netcmix-blk-ctrl", "syscon";
+ reg = <0x0 0x4c810000 0x0 0x10000>;
+ #clock-cells = <1>;
+ clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
+ assigned-clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
+ assigned-clock-parents = <&scmi_clk IMX95_CLK_SYSPLL1_PFD1_DIV2>;
+ assigned-clock-rates = <133333333>;
+ power-domains = <&scmi_devpd IMX95_PD_NETC>;
+ status = "disabled";
+ };
+
sai2: sai at 4c880000 {
compatible = "fsl,imx95-sai";
reg = <0x0 0x4c880000 0x0 0x10000>;
--
2.34.1
More information about the linux-arm-kernel
mailing list