|
@@ -17,6 +17,7 @@
|
|
|
* published by the Free Software Foundation.
|
|
|
*/
|
|
|
|
|
|
+#include <dt-bindings/clock/exynos5250.h>
|
|
|
#include "exynos5.dtsi"
|
|
|
#include "exynos5250-pinctrl.dtsi"
|
|
|
|
|
@@ -90,7 +91,8 @@
|
|
|
compatible = "samsung,exynos5250-audss-clock";
|
|
|
reg = <0x03810000 0x0C>;
|
|
|
#clock-cells = <1>;
|
|
|
- clocks = <&clock 1>, <&clock 7>, <&clock 138>, <&clock 160>;
|
|
|
+ clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
|
|
|
+ <&clock CLK_SCLK_AUDIO0>, <&clock CLK_DIV_PCM0>;
|
|
|
clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
|
|
|
};
|
|
|
|
|
@@ -115,7 +117,7 @@
|
|
|
interrupt-parent = <&mct_map>;
|
|
|
interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
|
|
|
<4 0>, <5 0>;
|
|
|
- clocks = <&clock 1>, <&clock 335>;
|
|
|
+ clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
|
|
clock-names = "fin_pll", "mct";
|
|
|
|
|
|
mct_map: mct-map {
|
|
@@ -176,7 +178,7 @@
|
|
|
compatible = "samsung,exynos5250-wdt";
|
|
|
reg = <0x101D0000 0x100>;
|
|
|
interrupts = <0 42 0>;
|
|
|
- clocks = <&clock 336>;
|
|
|
+ clocks = <&clock CLK_WDT>;
|
|
|
clock-names = "watchdog";
|
|
|
samsung,syscon-phandle = <&pmu_system_controller>;
|
|
|
};
|
|
@@ -185,7 +187,7 @@
|
|
|
compatible = "samsung,exynos5250-g2d";
|
|
|
reg = <0x10850000 0x1000>;
|
|
|
interrupts = <0 91 0>;
|
|
|
- clocks = <&clock 345>;
|
|
|
+ clocks = <&clock CLK_G2D>;
|
|
|
clock-names = "fimg2d";
|
|
|
};
|
|
|
|
|
@@ -194,12 +196,12 @@
|
|
|
reg = <0x11000000 0x10000>;
|
|
|
interrupts = <0 96 0>;
|
|
|
samsung,power-domain = <&pd_mfc>;
|
|
|
- clocks = <&clock 266>;
|
|
|
+ clocks = <&clock CLK_MFC>;
|
|
|
clock-names = "mfc";
|
|
|
};
|
|
|
|
|
|
rtc@101E0000 {
|
|
|
- clocks = <&clock 337>;
|
|
|
+ clocks = <&clock CLK_RTC>;
|
|
|
clock-names = "rtc";
|
|
|
status = "disabled";
|
|
|
};
|
|
@@ -208,27 +210,27 @@
|
|
|
compatible = "samsung,exynos5250-tmu";
|
|
|
reg = <0x10060000 0x100>;
|
|
|
interrupts = <0 65 0>;
|
|
|
- clocks = <&clock 338>;
|
|
|
+ clocks = <&clock CLK_TMU>;
|
|
|
clock-names = "tmu_apbif";
|
|
|
};
|
|
|
|
|
|
serial@12C00000 {
|
|
|
- clocks = <&clock 289>, <&clock 146>;
|
|
|
+ clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
|
|
|
clock-names = "uart", "clk_uart_baud0";
|
|
|
};
|
|
|
|
|
|
serial@12C10000 {
|
|
|
- clocks = <&clock 290>, <&clock 147>;
|
|
|
+ clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
|
|
|
clock-names = "uart", "clk_uart_baud0";
|
|
|
};
|
|
|
|
|
|
serial@12C20000 {
|
|
|
- clocks = <&clock 291>, <&clock 148>;
|
|
|
+ clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
|
|
|
clock-names = "uart", "clk_uart_baud0";
|
|
|
};
|
|
|
|
|
|
serial@12C30000 {
|
|
|
- clocks = <&clock 292>, <&clock 149>;
|
|
|
+ clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
|
|
|
clock-names = "uart", "clk_uart_baud0";
|
|
|
};
|
|
|
|
|
@@ -236,7 +238,7 @@
|
|
|
compatible = "samsung,exynos5-sata-ahci";
|
|
|
reg = <0x122F0000 0x1ff>;
|
|
|
interrupts = <0 115 0>;
|
|
|
- clocks = <&clock 277>, <&clock 143>;
|
|
|
+ clocks = <&clock CLK_SATA>, <&clock CLK_SCLK_SATA>;
|
|
|
clock-names = "sata", "sclk_sata";
|
|
|
};
|
|
|
|
|
@@ -251,7 +253,7 @@
|
|
|
interrupts = <0 56 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 294>;
|
|
|
+ clocks = <&clock CLK_I2C0>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c0_bus>;
|
|
@@ -264,7 +266,7 @@
|
|
|
interrupts = <0 57 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 295>;
|
|
|
+ clocks = <&clock CLK_I2C1>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c1_bus>;
|
|
@@ -277,7 +279,7 @@
|
|
|
interrupts = <0 58 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 296>;
|
|
|
+ clocks = <&clock CLK_I2C2>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c2_bus>;
|
|
@@ -290,7 +292,7 @@
|
|
|
interrupts = <0 59 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 297>;
|
|
|
+ clocks = <&clock CLK_I2C3>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c3_bus>;
|
|
@@ -303,7 +305,7 @@
|
|
|
interrupts = <0 60 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 298>;
|
|
|
+ clocks = <&clock CLK_I2C4>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c4_bus>;
|
|
@@ -316,7 +318,7 @@
|
|
|
interrupts = <0 61 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 299>;
|
|
|
+ clocks = <&clock CLK_I2C5>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c5_bus>;
|
|
@@ -329,7 +331,7 @@
|
|
|
interrupts = <0 62 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 300>;
|
|
|
+ clocks = <&clock CLK_I2C6>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c6_bus>;
|
|
@@ -342,7 +344,7 @@
|
|
|
interrupts = <0 63 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 301>;
|
|
|
+ clocks = <&clock CLK_I2C7>;
|
|
|
clock-names = "i2c";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c7_bus>;
|
|
@@ -355,7 +357,7 @@
|
|
|
interrupts = <0 64 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 302>;
|
|
|
+ clocks = <&clock CLK_I2C_HDMI>;
|
|
|
clock-names = "i2c";
|
|
|
status = "disabled";
|
|
|
};
|
|
@@ -365,7 +367,7 @@
|
|
|
reg = <0x121D0000 0x100>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 288>;
|
|
|
+ clocks = <&clock CLK_SATA_PHYI2C>;
|
|
|
clock-names = "i2c";
|
|
|
status = "disabled";
|
|
|
};
|
|
@@ -380,7 +382,7 @@
|
|
|
dma-names = "tx", "rx";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 304>, <&clock 154>;
|
|
|
+ clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
|
|
|
clock-names = "spi", "spi_busclk0";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&spi0_bus>;
|
|
@@ -396,7 +398,7 @@
|
|
|
dma-names = "tx", "rx";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 305>, <&clock 155>;
|
|
|
+ clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
|
|
|
clock-names = "spi", "spi_busclk0";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&spi1_bus>;
|
|
@@ -412,7 +414,7 @@
|
|
|
dma-names = "tx", "rx";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 306>, <&clock 156>;
|
|
|
+ clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
|
|
|
clock-names = "spi", "spi_busclk0";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&spi2_bus>;
|
|
@@ -424,7 +426,7 @@
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
reg = <0x12200000 0x1000>;
|
|
|
- clocks = <&clock 280>, <&clock 139>;
|
|
|
+ clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
|
|
|
clock-names = "biu", "ciu";
|
|
|
fifo-depth = <0x80>;
|
|
|
status = "disabled";
|
|
@@ -436,7 +438,7 @@
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
reg = <0x12210000 0x1000>;
|
|
|
- clocks = <&clock 281>, <&clock 140>;
|
|
|
+ clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
|
|
|
clock-names = "biu", "ciu";
|
|
|
fifo-depth = <0x80>;
|
|
|
status = "disabled";
|
|
@@ -448,7 +450,7 @@
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
reg = <0x12220000 0x1000>;
|
|
|
- clocks = <&clock 282>, <&clock 141>;
|
|
|
+ clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
|
|
|
clock-names = "biu", "ciu";
|
|
|
fifo-depth = <0x80>;
|
|
|
status = "disabled";
|
|
@@ -460,7 +462,7 @@
|
|
|
interrupts = <0 78 0>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
- clocks = <&clock 283>, <&clock 142>;
|
|
|
+ clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
|
|
|
clock-names = "biu", "ciu";
|
|
|
fifo-depth = <0x80>;
|
|
|
status = "disabled";
|
|
@@ -490,7 +492,7 @@
|
|
|
dmas = <&pdma1 12
|
|
|
&pdma1 11>;
|
|
|
dma-names = "tx", "rx";
|
|
|
- clocks = <&clock 307>, <&clock 157>;
|
|
|
+ clocks = <&clock CLK_I2S1>, <&clock CLK_DIV_I2S1>;
|
|
|
clock-names = "iis", "i2s_opclk0";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2s1_bus>;
|
|
@@ -503,7 +505,7 @@
|
|
|
dmas = <&pdma0 12
|
|
|
&pdma0 11>;
|
|
|
dma-names = "tx", "rx";
|
|
|
- clocks = <&clock 308>, <&clock 158>;
|
|
|
+ clocks = <&clock CLK_I2S2>, <&clock CLK_DIV_I2S2>;
|
|
|
clock-names = "iis", "i2s_opclk0";
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2s2_bus>;
|
|
@@ -511,7 +513,7 @@
|
|
|
|
|
|
usb@12000000 {
|
|
|
compatible = "samsung,exynos5250-dwusb3";
|
|
|
- clocks = <&clock 286>;
|
|
|
+ clocks = <&clock CLK_USB3>;
|
|
|
clock-names = "usbdrd30";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
@@ -528,7 +530,7 @@
|
|
|
usb3_phy: usbphy@12100000 {
|
|
|
compatible = "samsung,exynos5250-usb3phy";
|
|
|
reg = <0x12100000 0x100>;
|
|
|
- clocks = <&clock 1>, <&clock 286>;
|
|
|
+ clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB3>;
|
|
|
clock-names = "ext_xtal", "usbdrd30";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
@@ -544,7 +546,7 @@
|
|
|
reg = <0x12110000 0x100>;
|
|
|
interrupts = <0 71 0>;
|
|
|
|
|
|
- clocks = <&clock 285>;
|
|
|
+ clocks = <&clock CLK_USB2>;
|
|
|
clock-names = "usbhost";
|
|
|
};
|
|
|
|
|
@@ -553,14 +555,14 @@
|
|
|
reg = <0x12120000 0x100>;
|
|
|
interrupts = <0 71 0>;
|
|
|
|
|
|
- clocks = <&clock 285>;
|
|
|
+ clocks = <&clock CLK_USB2>;
|
|
|
clock-names = "usbhost";
|
|
|
};
|
|
|
|
|
|
usb2_phy: usbphy@12130000 {
|
|
|
compatible = "samsung,exynos5250-usb2phy";
|
|
|
reg = <0x12130000 0x100>;
|
|
|
- clocks = <&clock 1>, <&clock 285>;
|
|
|
+ clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB2>;
|
|
|
clock-names = "ext_xtal", "usbhost";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
@@ -577,7 +579,7 @@
|
|
|
reg = <0x12dd0000 0x100>;
|
|
|
samsung,pwm-outputs = <0>, <1>, <2>, <3>;
|
|
|
#pwm-cells = <3>;
|
|
|
- clocks = <&clock 311>;
|
|
|
+ clocks = <&clock CLK_PWM>;
|
|
|
clock-names = "timers";
|
|
|
};
|
|
|
|
|
@@ -592,7 +594,7 @@
|
|
|
compatible = "arm,pl330", "arm,primecell";
|
|
|
reg = <0x121A0000 0x1000>;
|
|
|
interrupts = <0 34 0>;
|
|
|
- clocks = <&clock 275>;
|
|
|
+ clocks = <&clock CLK_PDMA0>;
|
|
|
clock-names = "apb_pclk";
|
|
|
#dma-cells = <1>;
|
|
|
#dma-channels = <8>;
|
|
@@ -603,7 +605,7 @@
|
|
|
compatible = "arm,pl330", "arm,primecell";
|
|
|
reg = <0x121B0000 0x1000>;
|
|
|
interrupts = <0 35 0>;
|
|
|
- clocks = <&clock 276>;
|
|
|
+ clocks = <&clock CLK_PDMA1>;
|
|
|
clock-names = "apb_pclk";
|
|
|
#dma-cells = <1>;
|
|
|
#dma-channels = <8>;
|
|
@@ -614,7 +616,7 @@
|
|
|
compatible = "arm,pl330", "arm,primecell";
|
|
|
reg = <0x10800000 0x1000>;
|
|
|
interrupts = <0 33 0>;
|
|
|
- clocks = <&clock 346>;
|
|
|
+ clocks = <&clock CLK_MDMA0>;
|
|
|
clock-names = "apb_pclk";
|
|
|
#dma-cells = <1>;
|
|
|
#dma-channels = <8>;
|
|
@@ -625,7 +627,7 @@
|
|
|
compatible = "arm,pl330", "arm,primecell";
|
|
|
reg = <0x11C10000 0x1000>;
|
|
|
interrupts = <0 124 0>;
|
|
|
- clocks = <&clock 271>;
|
|
|
+ clocks = <&clock CLK_MDMA1>;
|
|
|
clock-names = "apb_pclk";
|
|
|
#dma-cells = <1>;
|
|
|
#dma-channels = <8>;
|
|
@@ -638,7 +640,7 @@
|
|
|
reg = <0x13e00000 0x1000>;
|
|
|
interrupts = <0 85 0>;
|
|
|
samsung,power-domain = <&pd_gsc>;
|
|
|
- clocks = <&clock 256>;
|
|
|
+ clocks = <&clock CLK_GSCL0>;
|
|
|
clock-names = "gscl";
|
|
|
};
|
|
|
|
|
@@ -647,7 +649,7 @@
|
|
|
reg = <0x13e10000 0x1000>;
|
|
|
interrupts = <0 86 0>;
|
|
|
samsung,power-domain = <&pd_gsc>;
|
|
|
- clocks = <&clock 257>;
|
|
|
+ clocks = <&clock CLK_GSCL1>;
|
|
|
clock-names = "gscl";
|
|
|
};
|
|
|
|
|
@@ -656,7 +658,7 @@
|
|
|
reg = <0x13e20000 0x1000>;
|
|
|
interrupts = <0 87 0>;
|
|
|
samsung,power-domain = <&pd_gsc>;
|
|
|
- clocks = <&clock 258>;
|
|
|
+ clocks = <&clock CLK_GSCL2>;
|
|
|
clock-names = "gscl";
|
|
|
};
|
|
|
|
|
@@ -665,7 +667,7 @@
|
|
|
reg = <0x13e30000 0x1000>;
|
|
|
interrupts = <0 88 0>;
|
|
|
samsung,power-domain = <&pd_gsc>;
|
|
|
- clocks = <&clock 259>;
|
|
|
+ clocks = <&clock CLK_GSCL3>;
|
|
|
clock-names = "gscl";
|
|
|
};
|
|
|
|
|
@@ -673,8 +675,9 @@
|
|
|
compatible = "samsung,exynos4212-hdmi";
|
|
|
reg = <0x14530000 0x70000>;
|
|
|
interrupts = <0 95 0>;
|
|
|
- clocks = <&clock 344>, <&clock 136>, <&clock 137>,
|
|
|
- <&clock 159>, <&clock 1024>;
|
|
|
+ clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
|
|
|
+ <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
|
|
|
+ <&clock CLK_MOUT_HDMI>;
|
|
|
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
|
|
"sclk_hdmiphy", "mout_hdmi";
|
|
|
};
|
|
@@ -683,7 +686,7 @@
|
|
|
compatible = "samsung,exynos5250-mixer";
|
|
|
reg = <0x14450000 0x10000>;
|
|
|
interrupts = <0 94 0>;
|
|
|
- clocks = <&clock 343>, <&clock 136>;
|
|
|
+ clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>;
|
|
|
clock-names = "mixer", "sclk_hdmi";
|
|
|
};
|
|
|
|
|
@@ -694,14 +697,14 @@
|
|
|
};
|
|
|
|
|
|
dp-controller@145B0000 {
|
|
|
- clocks = <&clock 342>;
|
|
|
+ clocks = <&clock CLK_DP>;
|
|
|
clock-names = "dp";
|
|
|
phys = <&dp_phy>;
|
|
|
phy-names = "dp";
|
|
|
};
|
|
|
|
|
|
fimd@14400000 {
|
|
|
- clocks = <&clock 133>, <&clock 339>;
|
|
|
+ clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
|
|
|
clock-names = "sclk_fimd", "fimd";
|
|
|
};
|
|
|
|
|
@@ -709,7 +712,7 @@
|
|
|
compatible = "samsung,exynos-adc-v1";
|
|
|
reg = <0x12D10000 0x100>, <0x10040718 0x4>;
|
|
|
interrupts = <0 106 0>;
|
|
|
- clocks = <&clock 303>;
|
|
|
+ clocks = <&clock CLK_ADC>;
|
|
|
clock-names = "adc";
|
|
|
#io-channel-cells = <1>;
|
|
|
io-channel-ranges;
|