|
137 | 137 |
|
138 | 138 | vi@54080000 {
|
139 | 139 | compatible = "nvidia,tegra210-vi";
|
140 |
| - reg = <0x0 0x54080000 0x0 0x00040000>; |
| 140 | + reg = <0x0 0x54080000 0x0 0x700>; |
141 | 141 | interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
|
142 | 142 | status = "disabled";
|
| 143 | + assigned-clocks = <&tegra_car TEGRA210_CLK_VI>; |
| 144 | + assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_C4_OUT0>; |
| 145 | + |
| 146 | + clocks = <&tegra_car TEGRA210_CLK_VI>; |
| 147 | + power-domains = <&pd_venc>; |
| 148 | + |
| 149 | + #address-cells = <1>; |
| 150 | + #size-cells = <1>; |
| 151 | + |
| 152 | + ranges = <0x0 0x0 0x54080000 0x2000>; |
| 153 | + |
| 154 | + csi@838 { |
| 155 | + compatible = "nvidia,tegra210-csi"; |
| 156 | + reg = <0x838 0x1300>; |
| 157 | + status = "disabled"; |
| 158 | + assigned-clocks = <&tegra_car TEGRA210_CLK_CILAB>, |
| 159 | + <&tegra_car TEGRA210_CLK_CILCD>, |
| 160 | + <&tegra_car TEGRA210_CLK_CILE>, |
| 161 | + <&tegra_car TEGRA210_CLK_CSI_TPG>; |
| 162 | + assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_P>, |
| 163 | + <&tegra_car TEGRA210_CLK_PLL_P>, |
| 164 | + <&tegra_car TEGRA210_CLK_PLL_P>; |
| 165 | + assigned-clock-rates = <102000000>, |
| 166 | + <102000000>, |
| 167 | + <102000000>, |
| 168 | + <972000000>; |
| 169 | + |
| 170 | + clocks = <&tegra_car TEGRA210_CLK_CSI>, |
| 171 | + <&tegra_car TEGRA210_CLK_CILAB>, |
| 172 | + <&tegra_car TEGRA210_CLK_CILCD>, |
| 173 | + <&tegra_car TEGRA210_CLK_CILE>, |
| 174 | + <&tegra_car TEGRA210_CLK_CSI_TPG>; |
| 175 | + clock-names = "csi", "cilab", "cilcd", "cile", "csi_tpg"; |
| 176 | + power-domains = <&pd_sor>; |
| 177 | + }; |
143 | 178 | };
|
144 | 179 |
|
145 | 180 | tsec@54100000 {
|
|
839 | 874 | reset-names = "vic";
|
840 | 875 | #power-domain-cells = <0>;
|
841 | 876 | };
|
| 877 | + |
| 878 | + pd_venc: venc { |
| 879 | + clocks = <&tegra_car TEGRA210_CLK_VI>, |
| 880 | + <&tegra_car TEGRA210_CLK_CSI>; |
| 881 | + resets = <&mc TEGRA210_MC_RESET_VI>, |
| 882 | + <&tegra_car 20>, |
| 883 | + <&tegra_car 52>; |
| 884 | + #power-domain-cells = <0>; |
| 885 | + }; |
842 | 886 | };
|
843 | 887 |
|
844 | 888 | sdmmc1_3v3: sdmmc1-3v3 {
|
|
0 commit comments