summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWei Fang <wei.fang@nxp.com>2024-08-29 04:18:49 +0300
committerShawn Guo <shawnguo@kernel.org>2024-09-04 12:36:22 +0300
commit7764fef26ea9ec3491494f9db76f3b5b9c19e025 (patch)
tree8f7acef70d0ca9a71ebae79535a644ef7231ca19 /arch
parent124ec4bbafbb0a79e20e51945dd3f3d9bd65a625 (diff)
downloadlinux-7764fef26ea9ec3491494f9db76f3b5b9c19e025.tar.xz
arm64: dts: imx95: Add NETCMIX block control support
Add NETCMIX block control support. Signed-off-by: Wei Fang <wei.fang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/imx95.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index a01ae6e4d0ef..1373cbc45bcc 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -1607,6 +1607,18 @@
status = "disabled";
};
+ netcmix_blk_ctrl: syscon@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@4c880000 {
compatible = "fsl,imx95-sai";
reg = <0x0 0x4c880000 0x0 0x10000>;