Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 STMicroelectronics Limited. |
| 3 | * Author: Peter Griffin <peter.griffin@linaro.org> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * publishhed by the Free Software Foundation. |
| 8 | */ |
| 9 | #include "stih410-clock.dtsi" |
| 10 | #include "stih407-family.dtsi" |
| 11 | #include "stih410-pinctrl.dtsi" |
Patrice Chotard | 7ac1f59 | 2018-01-10 09:21:02 +0100 | [diff] [blame] | 12 | #include <dt-bindings/gpio/gpio.h> |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 13 | / { |
Fabien Dessenne | 7944450 | 2015-06-16 15:30:00 +0200 | [diff] [blame] | 14 | aliases { |
| 15 | bdisp0 = &bdisp0; |
| 16 | }; |
| 17 | |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 18 | soc { |
Patrice Chotard | 1d91958 | 2018-01-19 11:18:19 +0100 | [diff] [blame] | 19 | usb2_picophy1: phy2@0 { |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 20 | compatible = "st,stih407-usb2-phy"; |
Patrice Chotard | 1d91958 | 2018-01-19 11:18:19 +0100 | [diff] [blame] | 21 | reg = <0 0>; |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 22 | #phy-cells = <0>; |
| 23 | st,syscfg = <&syscfg_core 0xf8 0xf4>; |
| 24 | resets = <&softreset STIH407_PICOPHY_SOFTRESET>, |
| 25 | <&picophyreset STIH407_PICOPHY0_RESET>; |
| 26 | reset-names = "global", "port"; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 27 | |
| 28 | status = "disabled"; |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 29 | }; |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 30 | |
Patrice Chotard | 1d91958 | 2018-01-19 11:18:19 +0100 | [diff] [blame] | 31 | usb2_picophy2: phy3@0 { |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 32 | compatible = "st,stih407-usb2-phy"; |
Patrice Chotard | 1d91958 | 2018-01-19 11:18:19 +0100 | [diff] [blame] | 33 | reg = <0 0>; |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 34 | #phy-cells = <0>; |
| 35 | st,syscfg = <&syscfg_core 0xfc 0xf4>; |
| 36 | resets = <&softreset STIH407_PICOPHY_SOFTRESET>, |
| 37 | <&picophyreset STIH407_PICOPHY1_RESET>; |
| 38 | reset-names = "global", "port"; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 39 | |
| 40 | status = "disabled"; |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 41 | }; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 42 | |
| 43 | ohci0: usb@9a03c00 { |
| 44 | compatible = "st,st-ohci-300x"; |
| 45 | reg = <0x9a03c00 0x100>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 46 | interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>; |
Lee Jones | 7e9d285 | 2016-09-08 11:11:00 +0200 | [diff] [blame] | 47 | clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, |
| 48 | <&clk_s_c0_flexgen CLK_RX_ICN_DISP_0>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 49 | resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, |
| 50 | <&softreset STIH407_USB2_PORT0_SOFTRESET>; |
| 51 | reset-names = "power", "softreset"; |
| 52 | phys = <&usb2_picophy1>; |
| 53 | phy-names = "usb"; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 54 | |
| 55 | status = "disabled"; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 56 | }; |
| 57 | |
| 58 | ehci0: usb@9a03e00 { |
| 59 | compatible = "st,st-ehci-300x"; |
| 60 | reg = <0x9a03e00 0x100>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 61 | interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 62 | pinctrl-names = "default"; |
| 63 | pinctrl-0 = <&pinctrl_usb0>; |
Lee Jones | 7e9d285 | 2016-09-08 11:11:00 +0200 | [diff] [blame] | 64 | clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, |
| 65 | <&clk_s_c0_flexgen CLK_RX_ICN_DISP_0>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 66 | resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, |
| 67 | <&softreset STIH407_USB2_PORT0_SOFTRESET>; |
| 68 | reset-names = "power", "softreset"; |
| 69 | phys = <&usb2_picophy1>; |
| 70 | phy-names = "usb"; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 71 | |
| 72 | status = "disabled"; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 73 | }; |
| 74 | |
| 75 | ohci1: usb@9a83c00 { |
| 76 | compatible = "st,st-ohci-300x"; |
| 77 | reg = <0x9a83c00 0x100>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 78 | interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>; |
Lee Jones | 7e9d285 | 2016-09-08 11:11:00 +0200 | [diff] [blame] | 79 | clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, |
| 80 | <&clk_s_c0_flexgen CLK_RX_ICN_DISP_0>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 81 | resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>, |
| 82 | <&softreset STIH407_USB2_PORT1_SOFTRESET>; |
| 83 | reset-names = "power", "softreset"; |
| 84 | phys = <&usb2_picophy2>; |
| 85 | phy-names = "usb"; |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 86 | |
| 87 | status = "disabled"; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 88 | }; |
| 89 | |
| 90 | ehci1: usb@9a83e00 { |
| 91 | compatible = "st,st-ehci-300x"; |
| 92 | reg = <0x9a83e00 0x100>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 93 | interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 94 | pinctrl-names = "default"; |
| 95 | pinctrl-0 = <&pinctrl_usb1>; |
Lee Jones | 7e9d285 | 2016-09-08 11:11:00 +0200 | [diff] [blame] | 96 | clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, |
| 97 | <&clk_s_c0_flexgen CLK_RX_ICN_DISP_0>; |
Peter Griffin | a59a4d96 | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 98 | resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>, |
| 99 | <&softreset STIH407_USB2_PORT1_SOFTRESET>; |
| 100 | reset-names = "power", "softreset"; |
| 101 | phys = <&usb2_picophy2>; |
| 102 | phy-names = "usb"; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 103 | |
Maxime Coquelin | b771ae2 | 2015-09-23 19:53:58 +0200 | [diff] [blame] | 104 | status = "disabled"; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 105 | }; |
| 106 | |
Patrice Chotard | 0b09a91 | 2018-01-09 17:47:47 +0100 | [diff] [blame] | 107 | sti-display-subsystem@0 { |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 108 | compatible = "st,sti-display-subsystem"; |
| 109 | #address-cells = <1>; |
| 110 | #size-cells = <1>; |
| 111 | |
Patrice Chotard | 0b09a91 | 2018-01-09 17:47:47 +0100 | [diff] [blame] | 112 | reg = <0 0>; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 113 | assigned-clocks = <&clk_s_d2_quadfs 0>, |
Gabriel Fernandez | 3a74152 | 2016-08-29 14:27:00 +0200 | [diff] [blame] | 114 | <&clk_s_d2_quadfs 1>, |
| 115 | <&clk_s_c0_pll1 0>, |
| 116 | <&clk_s_c0_flexgen CLK_COMPO_DVP>, |
| 117 | <&clk_s_c0_flexgen CLK_MAIN_DISP>, |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 118 | <&clk_s_d2_flexgen CLK_PIX_MAIN_DISP>, |
| 119 | <&clk_s_d2_flexgen CLK_PIX_AUX_DISP>, |
| 120 | <&clk_s_d2_flexgen CLK_PIX_GDP1>, |
| 121 | <&clk_s_d2_flexgen CLK_PIX_GDP2>, |
| 122 | <&clk_s_d2_flexgen CLK_PIX_GDP3>, |
| 123 | <&clk_s_d2_flexgen CLK_PIX_GDP4>; |
| 124 | |
| 125 | assigned-clock-parents = <0>, |
| 126 | <0>, |
Gabriel Fernandez | 3a74152 | 2016-08-29 14:27:00 +0200 | [diff] [blame] | 127 | <0>, |
| 128 | <&clk_s_c0_pll1 0>, |
| 129 | <&clk_s_c0_pll1 0>, |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 130 | <&clk_s_d2_quadfs 0>, |
Gabriel Fernandez | 3a74152 | 2016-08-29 14:27:00 +0200 | [diff] [blame] | 131 | <&clk_s_d2_quadfs 1>, |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 132 | <&clk_s_d2_quadfs 0>, |
| 133 | <&clk_s_d2_quadfs 0>, |
| 134 | <&clk_s_d2_quadfs 0>, |
| 135 | <&clk_s_d2_quadfs 0>; |
| 136 | |
Gabriel Fernandez | 3a74152 | 2016-08-29 14:27:00 +0200 | [diff] [blame] | 137 | assigned-clock-rates = <297000000>, |
Patrice Chotard | b9ec866 | 2017-01-06 14:30:21 +0100 | [diff] [blame] | 138 | <297000000>, |
Gabriel Fernandez | 3a74152 | 2016-08-29 14:27:00 +0200 | [diff] [blame] | 139 | <0>, |
| 140 | <400000000>, |
| 141 | <400000000>; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 142 | |
| 143 | ranges; |
| 144 | |
| 145 | sti-compositor@9d11000 { |
| 146 | compatible = "st,stih407-compositor"; |
| 147 | reg = <0x9d11000 0x1000>; |
| 148 | |
| 149 | clock-names = "compo_main", |
| 150 | "compo_aux", |
| 151 | "pix_main", |
| 152 | "pix_aux", |
| 153 | "pix_gdp1", |
| 154 | "pix_gdp2", |
| 155 | "pix_gdp3", |
| 156 | "pix_gdp4", |
| 157 | "main_parent", |
| 158 | "aux_parent"; |
| 159 | |
| 160 | clocks = <&clk_s_c0_flexgen CLK_COMPO_DVP>, |
| 161 | <&clk_s_c0_flexgen CLK_COMPO_DVP>, |
| 162 | <&clk_s_d2_flexgen CLK_PIX_MAIN_DISP>, |
| 163 | <&clk_s_d2_flexgen CLK_PIX_AUX_DISP>, |
| 164 | <&clk_s_d2_flexgen CLK_PIX_GDP1>, |
| 165 | <&clk_s_d2_flexgen CLK_PIX_GDP2>, |
| 166 | <&clk_s_d2_flexgen CLK_PIX_GDP3>, |
| 167 | <&clk_s_d2_flexgen CLK_PIX_GDP4>, |
| 168 | <&clk_s_d2_quadfs 0>, |
| 169 | <&clk_s_d2_quadfs 1>; |
| 170 | |
| 171 | reset-names = "compo-main", "compo-aux"; |
| 172 | resets = <&softreset STIH407_COMPO_SOFTRESET>, |
| 173 | <&softreset STIH407_COMPO_SOFTRESET>; |
| 174 | st,vtg = <&vtg_main>, <&vtg_aux>; |
| 175 | }; |
| 176 | |
| 177 | sti-tvout@8d08000 { |
| 178 | compatible = "st,stih407-tvout"; |
| 179 | reg = <0x8d08000 0x1000>; |
| 180 | reg-names = "tvout-reg"; |
| 181 | reset-names = "tvout"; |
| 182 | resets = <&softreset STIH407_HDTVOUT_SOFTRESET>; |
| 183 | #address-cells = <1>; |
| 184 | #size-cells = <1>; |
| 185 | assigned-clocks = <&clk_s_d2_flexgen CLK_PIX_HDMI>, |
| 186 | <&clk_s_d2_flexgen CLK_TMDS_HDMI>, |
| 187 | <&clk_s_d2_flexgen CLK_REF_HDMIPHY>, |
| 188 | <&clk_s_d0_flexgen CLK_PCM_0>, |
| 189 | <&clk_s_d2_flexgen CLK_PIX_HDDAC>, |
| 190 | <&clk_s_d2_flexgen CLK_HDDAC>; |
| 191 | |
| 192 | assigned-clock-parents = <&clk_s_d2_quadfs 0>, |
| 193 | <&clk_tmdsout_hdmi>, |
| 194 | <&clk_s_d2_quadfs 0>, |
| 195 | <&clk_s_d0_quadfs 0>, |
| 196 | <&clk_s_d2_quadfs 0>, |
| 197 | <&clk_s_d2_quadfs 0>; |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 198 | }; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 199 | |
Arnaud Pouliquen | 2459547 | 2016-10-04 18:11:00 +0200 | [diff] [blame] | 200 | sti_hdmi: sti-hdmi@8d04000 { |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 201 | compatible = "st,stih407-hdmi"; |
| 202 | reg = <0x8d04000 0x1000>; |
| 203 | reg-names = "hdmi-reg"; |
Rob Herring | 4f21a12 | 2018-03-01 21:25:00 +0100 | [diff] [blame] | 204 | #sound-dai-cells = <0>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 205 | interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 206 | interrupt-names = "irq"; |
| 207 | clock-names = "pix", |
| 208 | "tmds", |
| 209 | "phy", |
| 210 | "audio", |
| 211 | "main_parent", |
| 212 | "aux_parent"; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 213 | |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 214 | clocks = <&clk_s_d2_flexgen CLK_PIX_HDMI>, |
| 215 | <&clk_s_d2_flexgen CLK_TMDS_HDMI>, |
| 216 | <&clk_s_d2_flexgen CLK_REF_HDMIPHY>, |
| 217 | <&clk_s_d0_flexgen CLK_PCM_0>, |
| 218 | <&clk_s_d2_quadfs 0>, |
| 219 | <&clk_s_d2_quadfs 1>; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 220 | |
Patrice Chotard | 7ac1f59 | 2018-01-10 09:21:02 +0100 | [diff] [blame] | 221 | hdmi,hpd-gpio = <&pio5 3 GPIO_ACTIVE_LOW>; |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 222 | reset-names = "hdmi"; |
| 223 | resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>; |
| 224 | ddc = <&hdmiddc>; |
| 225 | }; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 226 | |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 227 | sti-hda@8d02000 { |
| 228 | compatible = "st,stih407-hda"; |
Patrice Chotard | 9d65f90 | 2016-12-07 10:49:51 +0100 | [diff] [blame] | 229 | status = "disabled"; |
Benjamin Gaignard | 79a313f | 2015-09-23 21:48:03 +0200 | [diff] [blame] | 230 | reg = <0x8d02000 0x400>, <0x92b0120 0x4>; |
| 231 | reg-names = "hda-reg", "video-dacs-ctrl"; |
| 232 | clock-names = "pix", |
| 233 | "hddac", |
| 234 | "main_parent", |
| 235 | "aux_parent"; |
| 236 | clocks = <&clk_s_d2_flexgen CLK_PIX_HDDAC>, |
| 237 | <&clk_s_d2_flexgen CLK_HDDAC>, |
| 238 | <&clk_s_d2_quadfs 0>, |
| 239 | <&clk_s_d2_quadfs 1>; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 240 | }; |
Patrice Chotard | 241a687 | 2016-12-07 10:51:31 +0100 | [diff] [blame] | 241 | |
Patrice Chotard | d6d854c | 2018-01-08 11:20:42 +0100 | [diff] [blame] | 242 | sti-hqvdp@9c00000 { |
Patrice Chotard | 241a687 | 2016-12-07 10:51:31 +0100 | [diff] [blame] | 243 | compatible = "st,stih407-hqvdp"; |
| 244 | reg = <0x9C00000 0x100000>; |
| 245 | clock-names = "hqvdp", "pix_main"; |
| 246 | clocks = <&clk_s_c0_flexgen CLK_MAIN_DISP>, |
| 247 | <&clk_s_d2_flexgen CLK_PIX_MAIN_DISP>; |
| 248 | reset-names = "hqvdp"; |
| 249 | resets = <&softreset STIH407_HDQVDP_SOFTRESET>; |
| 250 | st,vtg = <&vtg_main>; |
| 251 | }; |
Gabriel FERNANDEZ | 956b42d | 2015-01-14 16:47:00 +0100 | [diff] [blame] | 252 | }; |
Fabien Dessenne | 7944450 | 2015-06-16 15:30:00 +0200 | [diff] [blame] | 253 | |
| 254 | bdisp0:bdisp@9f10000 { |
| 255 | compatible = "st,stih407-bdisp"; |
| 256 | reg = <0x9f10000 0x1000>; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 257 | interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
Fabien Dessenne | 7944450 | 2015-06-16 15:30:00 +0200 | [diff] [blame] | 258 | clock-names = "bdisp"; |
| 259 | clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>; |
| 260 | }; |
Patrice Chotard | 70bc0f3 | 2016-08-15 14:17:00 +0200 | [diff] [blame] | 261 | |
Jean-Christophe Trotin | 390aafe | 2016-07-25 09:57:30 +0200 | [diff] [blame] | 262 | hva@8c85000 { |
| 263 | compatible = "st,st-hva"; |
| 264 | reg = <0x8c85000 0x400>, <0x6000000 0x40000>; |
| 265 | reg-names = "hva_registers", "hva_esram"; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 266 | interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>, |
| 267 | <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
Jean-Christophe Trotin | 390aafe | 2016-07-25 09:57:30 +0200 | [diff] [blame] | 268 | clock-names = "clk_hva"; |
| 269 | clocks = <&clk_s_c0_flexgen CLK_HVA>; |
| 270 | }; |
| 271 | |
Patrice Chotard | 70bc0f3 | 2016-08-15 14:17:00 +0200 | [diff] [blame] | 272 | thermal@91a0000 { |
| 273 | compatible = "st,stih407-thermal"; |
| 274 | reg = <0x91a0000 0x28>; |
| 275 | clock-names = "thermal"; |
| 276 | clocks = <&clk_sysin>; |
| 277 | interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; |
| 278 | }; |
Hugues Fruchet | b005ebf | 2016-12-05 18:11:00 +0100 | [diff] [blame] | 279 | |
Patrice Chotard | 5eccdff | 2018-01-19 09:09:05 +0100 | [diff] [blame] | 280 | delta0@0 { |
Hugues Fruchet | b005ebf | 2016-12-05 18:11:00 +0100 | [diff] [blame] | 281 | compatible = "st,st-delta"; |
| 282 | clock-names = "delta", |
| 283 | "delta-st231", |
| 284 | "delta-flash-promip"; |
| 285 | clocks = <&clk_s_c0_flexgen CLK_VID_DMU>, |
| 286 | <&clk_s_c0_flexgen CLK_ST231_DMU>, |
| 287 | <&clk_s_c0_flexgen CLK_FLASH_PROMIP>; |
| 288 | }; |
Benjamin Gaignard | ed3022d | 2017-01-03 12:54:57 -0200 | [diff] [blame] | 289 | |
Rob Herring | 8dccafa | 2017-10-13 12:54:51 -0500 | [diff] [blame] | 290 | sti-cec@94a087c { |
Benjamin Gaignard | ed3022d | 2017-01-03 12:54:57 -0200 | [diff] [blame] | 291 | compatible = "st,stih-cec"; |
| 292 | reg = <0x94a087c 0x64>; |
| 293 | clocks = <&clk_sysin>; |
| 294 | clock-names = "cec-clk"; |
Patrice Chotard | fd827d0 | 2018-04-20 17:41:54 +0200 | [diff] [blame^] | 295 | interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; |
Benjamin Gaignard | ed3022d | 2017-01-03 12:54:57 -0200 | [diff] [blame] | 296 | interrupt-names = "cec-irq"; |
| 297 | pinctrl-names = "default"; |
| 298 | pinctrl-0 = <&pinctrl_cec0_default>; |
| 299 | resets = <&softreset STIH407_LPM_SOFTRESET>; |
| 300 | hdmi-phandle = <&sti_hdmi>; |
| 301 | }; |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame] | 302 | }; |
Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 303 | }; |