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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8dxl-ss-conn.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/freescale/imx8dxl-ss-conn.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8dxl-ss-conn.dtsi (Version linux-6.6.60)


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

~ [ 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