~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0+
  2 /*
  3  * Copyright 2019~2020, 2022 NXP
  4  */
  5 
  6 /delete-node/ &enet1_lpcg;
  7 /delete-node/ &fec2;
  8 
  9 / {
 10         conn_enet0_root_clk: clock-conn-enet0-root {
 11                 compatible = "fixed-clock";
 12                 #clock-cells = <0>;
 13                 clock-frequency = <250000000>;
 14                 clock-output-names = "conn_enet0_root_clk";
 15         };
 16 
 17         clk_dummy: clock-dummy {
 18                 compatible = "fixed-clock";
 19                 #clock-cells = <0>;
 20                 clock-frequency = <0>;
 21                 clock-output-names = "clk_dummy";
 22         };
 23 };
 24 
 25 &conn_subsys {
 26         eqos: ethernet@5b050000 {
 27                 compatible = "nxp,imx8dxl-dwmac-eqos", "snps,dwmac-5.10a";
 28                 reg = <0x5b050000 0x10000>;
 29                 interrupt-parent = <&gic>;
 30                 interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
 31                              <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
 32                 interrupt-names = "macirq", "eth_wake_irq";
 33                 clocks = <&eqos_lpcg IMX_LPCG_CLK_4>,
 34                          <&eqos_lpcg IMX_LPCG_CLK_6>,
 35                          <&eqos_lpcg IMX_LPCG_CLK_0>,
 36                          <&eqos_lpcg IMX_LPCG_CLK_5>,
 37                          <&eqos_lpcg IMX_LPCG_CLK_2>;
 38                 clock-names = "stmmaceth", "pclk", "ptp_ref", "tx", "mem";
 39                 assigned-clocks = <&clk IMX_SC_R_ENET_1 IMX_SC_PM_CLK_PER>;
 40                 assigned-clock-rates = <125000000>;
 41                 power-domains = <&pd IMX_SC_R_ENET_1>;
 42                 status = "disabled";
 43         };
 44 
 45         usbotg2: usb@5b0e0000 {
 46                 compatible = "fsl,imx8dxl-usb", "fsl,imx7ulp-usb", "fsl,imx6ul-usb";
 47                 reg = <0x5b0e0000 0x200>;
 48                 interrupt-parent = <&gic>;
 49                 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
 50                 fsl,usbphy = <&usbphy2>;
 51                 fsl,usbmisc = <&usbmisc2 0>;
 52                 /*
 53                  * usbotg1 and usbotg2 share one clcok.
 54                  * scu firmware disables the access to the clock and keeps
 55                  * it always on in case other core (M4) uses one of these.
 56                  */
 57                 clocks = <&clk_dummy>;
 58                 ahb-burst-config = <0x0>;
 59                 tx-burst-size-dword = <0x10>;
 60                 rx-burst-size-dword = <0x10>;
 61                 power-domains = <&pd IMX_SC_R_USB_1>;
 62                 status = "disabled";
 63         };
 64 
 65         usbmisc2: usbmisc@5b0e0200 {
 66                 #index-cells = <1>;
 67                 compatible = "fsl,imx7ulp-usbmisc", "fsl,imx7d-usbmisc", "fsl,imx6q-usbmisc";
 68                 reg = <0x5b0e0200 0x200>;
 69         };
 70 
 71         usbphy2: usbphy@5b110000 {
 72                 compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
 73                 reg = <0x5b110000 0x1000>;
 74                 clocks = <&usb2_2_lpcg IMX_LPCG_CLK_7>;
 75                 power-domains = <&pd IMX_SC_R_USB_1_PHY>;
 76                 status = "disabled";
 77         };
 78 
 79         eqos_lpcg: clock-controller@5b240000 {
 80                 compatible = "fsl,imx8qxp-lpcg";
 81                 reg = <0x5b240000 0x10000>;
 82                 #clock-cells = <1>;
 83                 clocks = <&conn_enet0_root_clk>,
 84                          <&conn_axi_clk>,
 85                          <&conn_axi_clk>,
 86                          <&clk IMX_SC_R_ENET_1 IMX_SC_PM_CLK_PER>,
 87                          <&conn_ipg_clk>;
 88                 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_2>,
 89                                 <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>,
 90                                 <IMX_LPCG_CLK_6>;
 91                 clock-output-names = "eqos_ptp",
 92                                      "eqos_mem_clk",
 93                                      "eqos_aclk",
 94                                      "eqos_clk",
 95                                      "eqos_csr_clk";
 96                 power-domains = <&pd IMX_SC_R_ENET_1>;
 97         };
 98 
 99         usb2_2_lpcg: clock-controller@5b280000 {
100                 compatible = "fsl,imx8qxp-lpcg";
101                 reg = <0x5b280000 0x10000>;
102                 #clock-cells = <1>;
103                 clock-indices = <IMX_LPCG_CLK_7>;
104                 clocks = <&conn_ipg_clk>;
105                 clock-output-names = "usboh3_2_phy_ipg_clk";
106                 power-domains = <&pd IMX_SC_R_USB_1_PHY>;
107         };
108 
109 };
110 
111 &dma_apbh {
112         interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
113                      <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
114                      <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
115                      <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
116 };
117 
118 &enet0_lpcg {
119         clocks = <&conn_enet0_root_clk>,
120                  <&conn_enet0_root_clk>,
121                  <&conn_axi_clk>,
122                  <&clk IMX_SC_R_ENET_0 IMX_SC_C_TXCLK>,
123                  <&conn_ipg_clk>,
124                  <&conn_ipg_clk>;
125 };
126 
127 &fec1 {
128         compatible = "fsl,imx8dxl-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
129         interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
130                      <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>,
131                      <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
132                      <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
133         assigned-clocks = <&clk IMX_SC_R_ENET_0 IMX_SC_C_CLKDIV>;
134         assigned-clock-rates = <125000000>;
135 };
136 
137 &gpmi {
138         interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
139 };
140 
141 &usdhc1 {
142         compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
143         interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
144 };
145 
146 &usdhc2 {
147         compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
148         interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
149 };
150 
151 &usdhc3 {
152         compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
153         interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
154 };
155 
156 &usbotg1 {
157         interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
158         /*
159          * usbotg1 and usbotg2 share one clock
160          * scfw disable clock access and keep it always on
161          * in case other core (M4) use one of these.
162          */
163         clocks = <&clk_dummy>;
164 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php