mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
124ec4bbaf
commit
7764fef26e
@ -1607,6 +1607,18 @@
|
|||||||
status = "disabled";
|
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 {
|
sai2: sai@4c880000 {
|
||||||
compatible = "fsl,imx95-sai";
|
compatible = "fsl,imx95-sai";
|
||||||
reg = <0x0 0x4c880000 0x0 0x10000>;
|
reg = <0x0 0x4c880000 0x0 0x10000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user