ARM: dts: exynos: use lowercase hex addresses
By convention the hex addresses should be lowercase. Link: https://lore.kernel.org/r/20230125094513.155063-7-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
7bac2cd7ff
commit
9ca5a7ce49
@ -7,7 +7,7 @@
|
||||
poweroff: syscon-poweroff {
|
||||
compatible = "syscon-poweroff";
|
||||
regmap = <&pmu_system_controller>;
|
||||
offset = <0x330C>; /* PS_HOLD_CONTROL */
|
||||
offset = <0x330c>; /* PS_HOLD_CONTROL */
|
||||
mask = <0x5200>; /* reset value */
|
||||
};
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
firmware@205f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0205F000 0x1000>;
|
||||
reg = <0x0205f000 0x1000>;
|
||||
};
|
||||
|
||||
gpio-keys {
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
firmware@205f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0205F000 0x1000>;
|
||||
reg = <0x0205f000 0x1000>;
|
||||
};
|
||||
|
||||
gpio-keys {
|
||||
|
@ -188,35 +188,35 @@
|
||||
|
||||
pd_cam: power-domain@10023c00 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C00 0x20>;
|
||||
reg = <0x10023c00 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "CAM";
|
||||
};
|
||||
|
||||
pd_mfc: power-domain@10023c40 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C40 0x20>;
|
||||
reg = <0x10023c40 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "MFC";
|
||||
};
|
||||
|
||||
pd_g3d: power-domain@10023c60 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C60 0x20>;
|
||||
reg = <0x10023c60 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "G3D";
|
||||
};
|
||||
|
||||
pd_lcd0: power-domain@10023c80 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C80 0x20>;
|
||||
reg = <0x10023c80 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "LCD0";
|
||||
};
|
||||
|
||||
pd_isp: power-domain@10023ca0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023CA0 0x20>;
|
||||
reg = <0x10023ca0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "ISP";
|
||||
};
|
||||
@ -233,7 +233,7 @@
|
||||
|
||||
cmu_dmc: clock-controller@105c0000 {
|
||||
compatible = "samsung,exynos3250-cmu-dmc";
|
||||
reg = <0x105C0000 0x2000>;
|
||||
reg = <0x105c0000 0x2000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
@ -248,7 +248,7 @@
|
||||
|
||||
tmu: tmu@100c0000 {
|
||||
compatible = "samsung,exynos3250-tmu";
|
||||
reg = <0x100C0000 0x100>;
|
||||
reg = <0x100c0000 0x100>;
|
||||
interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu CLK_TMU_APBIF>;
|
||||
clock-names = "tmu_apbif";
|
||||
@ -342,7 +342,7 @@
|
||||
|
||||
dsi_0: dsi@11c80000 {
|
||||
compatible = "samsung,exynos3250-mipi-dsi";
|
||||
reg = <0x11C80000 0x10000>;
|
||||
reg = <0x11c80000 0x10000>;
|
||||
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
|
||||
samsung,phy-type = <0>;
|
||||
power-domains = <&pd_lcd0>;
|
||||
@ -414,7 +414,7 @@
|
||||
|
||||
exynos_usbphy: usb-phy@125b0000 {
|
||||
compatible = "samsung,exynos3250-usb2-phy";
|
||||
reg = <0x125B0000 0x100>;
|
||||
reg = <0x125b0000 0x100>;
|
||||
samsung,pmureg-phandle = <&pmu_system_controller>;
|
||||
clocks = <&cmu CLK_USBOTG>, <&cmu CLK_SCLK_UPLL>;
|
||||
clock-names = "phy", "ref";
|
||||
@ -442,7 +442,7 @@
|
||||
|
||||
adc: adc@126c0000 {
|
||||
compatible = "samsung,exynos3250-adc";
|
||||
reg = <0x126C0000 0x100>;
|
||||
reg = <0x126c0000 0x100>;
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "adc", "sclk";
|
||||
clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>;
|
||||
@ -593,7 +593,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138A0000 0x100>;
|
||||
reg = <0x138a0000 0x100>;
|
||||
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu CLK_I2C4>;
|
||||
clock-names = "i2c";
|
||||
@ -606,7 +606,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138B0000 0x100>;
|
||||
reg = <0x138b0000 0x100>;
|
||||
interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu CLK_I2C5>;
|
||||
clock-names = "i2c";
|
||||
@ -619,7 +619,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138C0000 0x100>;
|
||||
reg = <0x138c0000 0x100>;
|
||||
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu CLK_I2C6>;
|
||||
clock-names = "i2c";
|
||||
@ -632,7 +632,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138D0000 0x100>;
|
||||
reg = <0x138d0000 0x100>;
|
||||
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu CLK_I2C7>;
|
||||
clock-names = "i2c";
|
||||
@ -688,7 +688,7 @@
|
||||
|
||||
pwm: pwm@139d0000 {
|
||||
compatible = "samsung,exynos4210-pwm";
|
||||
reg = <0x139D0000 0x1000>;
|
||||
reg = <0x139d0000 0x1000>;
|
||||
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -65,7 +65,7 @@
|
||||
|
||||
clock_audss: clock-controller@3810000 {
|
||||
compatible = "samsung,exynos4210-audss-clock";
|
||||
reg = <0x03810000 0x0C>;
|
||||
reg = <0x03810000 0x0c>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
|
||||
<&clock CLK_SCLK_AUDIO0>,
|
||||
@ -113,28 +113,28 @@
|
||||
|
||||
pd_mfc: power-domain@10023c40 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C40 0x20>;
|
||||
reg = <0x10023c40 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "MFC";
|
||||
};
|
||||
|
||||
pd_g3d: power-domain@10023c60 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C60 0x20>;
|
||||
reg = <0x10023c60 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "G3D";
|
||||
};
|
||||
|
||||
pd_lcd0: power-domain@10023c80 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C80 0x20>;
|
||||
reg = <0x10023c80 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "LCD0";
|
||||
};
|
||||
|
||||
pd_tv: power-domain@10023c20 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C20 0x20>;
|
||||
reg = <0x10023c20 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
power-domains = <&pd_lcd0>;
|
||||
label = "TV";
|
||||
@ -142,21 +142,21 @@
|
||||
|
||||
pd_cam: power-domain@10023c00 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023C00 0x20>;
|
||||
reg = <0x10023c00 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "CAM";
|
||||
};
|
||||
|
||||
pd_gps: power-domain@10023ce0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023CE0 0x20>;
|
||||
reg = <0x10023ce0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "GPS";
|
||||
};
|
||||
|
||||
pd_gps_alive: power-domain@10023d00 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023D00 0x20>;
|
||||
reg = <0x10023d00 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "GPS alive";
|
||||
};
|
||||
@ -190,7 +190,7 @@
|
||||
|
||||
dsi_0: dsi@11c80000 {
|
||||
compatible = "samsung,exynos4210-mipi-dsi";
|
||||
reg = <0x11C80000 0x10000>;
|
||||
reg = <0x11c80000 0x10000>;
|
||||
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
|
||||
power-domains = <&pd_lcd0>;
|
||||
phys = <&mipi_phy 1>;
|
||||
@ -309,7 +309,7 @@
|
||||
|
||||
keypad: keypad@100a0000 {
|
||||
compatible = "samsung,s5pv210-keypad";
|
||||
reg = <0x100A0000 0x100>;
|
||||
reg = <0x100a0000 0x100>;
|
||||
interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_KEYIF>;
|
||||
clock-names = "keypad";
|
||||
@ -354,7 +354,7 @@
|
||||
|
||||
exynos_usbphy: usb-phy@125b0000 {
|
||||
compatible = "samsung,exynos4210-usb2-phy";
|
||||
reg = <0x125B0000 0x100>;
|
||||
reg = <0x125b0000 0x100>;
|
||||
samsung,pmureg-phandle = <&pmu_system_controller>;
|
||||
clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>;
|
||||
clock-names = "phy", "ref";
|
||||
@ -546,7 +546,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138A0000 0x100>;
|
||||
reg = <0x138a0000 0x100>;
|
||||
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_I2C4>;
|
||||
clock-names = "i2c";
|
||||
@ -559,7 +559,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138B0000 0x100>;
|
||||
reg = <0x138b0000 0x100>;
|
||||
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_I2C5>;
|
||||
clock-names = "i2c";
|
||||
@ -572,7 +572,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138C0000 0x100>;
|
||||
reg = <0x138c0000 0x100>;
|
||||
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_I2C6>;
|
||||
clock-names = "i2c";
|
||||
@ -585,7 +585,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x138D0000 0x100>;
|
||||
reg = <0x138d0000 0x100>;
|
||||
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_I2C7>;
|
||||
clock-names = "i2c";
|
||||
@ -598,7 +598,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "samsung,s3c2440-hdmiphy-i2c";
|
||||
reg = <0x138E0000 0x100>;
|
||||
reg = <0x138e0000 0x100>;
|
||||
interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_I2C_HDMI>;
|
||||
clock-names = "i2c";
|
||||
@ -657,7 +657,7 @@
|
||||
|
||||
pwm: pwm@139d0000 {
|
||||
compatible = "samsung,exynos4210-pwm";
|
||||
reg = <0x139D0000 0x1000>;
|
||||
reg = <0x139d0000 0x1000>;
|
||||
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@ -712,7 +712,7 @@
|
||||
|
||||
tmu: tmu@100c0000 {
|
||||
interrupt-parent = <&combiner>;
|
||||
reg = <0x100C0000 0x100>;
|
||||
reg = <0x100c0000 0x100>;
|
||||
interrupts = <2 4>;
|
||||
status = "disabled";
|
||||
#thermal-sensor-cells = <0>;
|
||||
@ -739,7 +739,7 @@
|
||||
|
||||
hdmi: hdmi@12d00000 {
|
||||
compatible = "samsung,exynos4210-hdmi";
|
||||
reg = <0x12D00000 0x70000>;
|
||||
reg = <0x12d00000 0x70000>;
|
||||
interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
||||
"sclk_hdmiphy", "mout_hdmi";
|
||||
@ -756,7 +756,7 @@
|
||||
|
||||
hdmicec: cec@100b0000 {
|
||||
compatible = "samsung,s5p-cec";
|
||||
reg = <0x100B0000 0x200>;
|
||||
reg = <0x100b0000 0x200>;
|
||||
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_HDMI_CEC>;
|
||||
clock-names = "hdmicec";
|
||||
@ -770,7 +770,7 @@
|
||||
mixer: mixer@12c10000 {
|
||||
compatible = "samsung,exynos4210-mixer";
|
||||
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
|
||||
reg = <0x12c10000 0x2100>, <0x12c00000 0x300>;
|
||||
power-domains = <&pd_tv>;
|
||||
iommus = <&sysmmu_tv>;
|
||||
status = "disabled";
|
||||
@ -902,7 +902,7 @@
|
||||
|
||||
sysmmu_tv: sysmmu@12e20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x12E20000 0x1000>;
|
||||
reg = <0x12e20000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 4>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -913,7 +913,7 @@
|
||||
|
||||
sysmmu_fimc0: sysmmu@11a20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11A20000 0x1000>;
|
||||
reg = <0x11a20000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -924,7 +924,7 @@
|
||||
|
||||
sysmmu_fimc1: sysmmu@11a30000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11A30000 0x1000>;
|
||||
reg = <0x11a30000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 3>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -935,7 +935,7 @@
|
||||
|
||||
sysmmu_fimc2: sysmmu@11a40000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11A40000 0x1000>;
|
||||
reg = <0x11a40000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 4>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -946,7 +946,7 @@
|
||||
|
||||
sysmmu_fimc3: sysmmu@11a50000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11A50000 0x1000>;
|
||||
reg = <0x11a50000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 5>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -957,7 +957,7 @@
|
||||
|
||||
sysmmu_jpeg: sysmmu@11a60000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11A60000 0x1000>;
|
||||
reg = <0x11a60000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 6>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -968,7 +968,7 @@
|
||||
|
||||
sysmmu_rotator: sysmmu@12a30000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x12A30000 0x1000>;
|
||||
reg = <0x12a30000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 0>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -979,7 +979,7 @@
|
||||
|
||||
sysmmu_fimd0: sysmmu@11e20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11E20000 0x1000>;
|
||||
reg = <0x11e20000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
|
@ -103,7 +103,7 @@
|
||||
|
||||
pd_lcd1: power-domain@10023ca0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023CA0 0x20>;
|
||||
reg = <0x10023ca0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "LCD1";
|
||||
};
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
sysmmu_g2d: sysmmu@12a20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x12A20000 0x1000>;
|
||||
reg = <0x12a20000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 7>;
|
||||
clock-names = "sysmmu", "master";
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
firmware@203f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0203F000 0x1000>;
|
||||
reg = <0x0203f000 0x1000>;
|
||||
};
|
||||
|
||||
fixed-rate-clocks {
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
firmware@204f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0204F000 0x1000>;
|
||||
reg = <0x0204f000 0x1000>;
|
||||
};
|
||||
|
||||
fixed-rate-clocks {
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
firmware@204f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0204F000 0x1000>;
|
||||
reg = <0x0204f000 0x1000>;
|
||||
};
|
||||
|
||||
gpio_keys: gpio-keys {
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x7FF00000>;
|
||||
reg = <0x40000000 0x7ff00000>;
|
||||
};
|
||||
|
||||
vbus_otg_reg: regulator-1 {
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x3FF00000>;
|
||||
reg = <0x40000000 0x3ff00000>;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -17,6 +17,6 @@
|
||||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x7FF00000>;
|
||||
reg = <0x40000000 0x7ff00000>;
|
||||
};
|
||||
};
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
firmware@203f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0203F000 0x1000>;
|
||||
reg = <0x0203f000 0x1000>;
|
||||
};
|
||||
|
||||
mmc_reg: regulator-0 {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
firmware@204f000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x0204F000 0x1000>;
|
||||
reg = <0x0204f000 0x1000>;
|
||||
};
|
||||
|
||||
fixed-rate-clocks {
|
||||
@ -198,7 +198,7 @@
|
||||
stmpe_adc {
|
||||
compatible = "st,stmpe-adc";
|
||||
#io-channel-cells = <1>;
|
||||
st,norequest-mask = <0x2F>;
|
||||
st,norequest-mask = <0x2f>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -55,7 +55,7 @@
|
||||
cpu0: cpu@a00 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0xA00>;
|
||||
reg = <0xa00>;
|
||||
clocks = <&clock CLK_ARM_CLK>;
|
||||
clock-names = "cpu";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
@ -65,7 +65,7 @@
|
||||
cpu1: cpu@a01 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0xA01>;
|
||||
reg = <0xa01>;
|
||||
clocks = <&clock CLK_ARM_CLK>;
|
||||
clock-names = "cpu";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
@ -75,7 +75,7 @@
|
||||
cpu2: cpu@a02 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0xA02>;
|
||||
reg = <0xa02>;
|
||||
clocks = <&clock CLK_ARM_CLK>;
|
||||
clock-names = "cpu";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
@ -85,7 +85,7 @@
|
||||
cpu3: cpu@a03 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a9";
|
||||
reg = <0xA03>;
|
||||
reg = <0xa03>;
|
||||
clocks = <&clock CLK_ARM_CLK>;
|
||||
clock-names = "cpu";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
pinctrl_3: pinctrl@106e0000 {
|
||||
compatible = "samsung,exynos4x12-pinctrl";
|
||||
reg = <0x106E0000 0x1000>;
|
||||
reg = <0x106e0000 0x1000>;
|
||||
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
@ -225,7 +225,7 @@
|
||||
|
||||
pd_isp: power-domain@10023ca0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x10023CA0 0x20>;
|
||||
reg = <0x10023ca0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "ISP";
|
||||
};
|
||||
@ -285,7 +285,7 @@
|
||||
|
||||
adc: adc@126c0000 {
|
||||
compatible = "samsung,exynos4212-adc";
|
||||
reg = <0x126C0000 0x100>;
|
||||
reg = <0x126c0000 0x100>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <10 3>;
|
||||
clocks = <&clock CLK_TSADC>;
|
||||
@ -318,7 +318,7 @@
|
||||
|
||||
sysmmu_g2d: sysmmu@10a40000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x10A40000 0x1000>;
|
||||
reg = <0x10a40000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 7>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -350,7 +350,7 @@
|
||||
|
||||
sysmmu_fimc_fd: sysmmu@122a0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x122A0000 0x1000>;
|
||||
reg = <0x122a0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <16 4>;
|
||||
power-domains = <&pd_isp>;
|
||||
@ -361,7 +361,7 @@
|
||||
|
||||
sysmmu_fimc_mcuctl: sysmmu@122b0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x122B0000 0x1000>;
|
||||
reg = <0x122b0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <16 5>;
|
||||
power-domains = <&pd_isp>;
|
||||
@ -372,7 +372,7 @@
|
||||
|
||||
sysmmu_fimc_lite0: sysmmu@123b0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x123B0000 0x1000>;
|
||||
reg = <0x123b0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <16 0>;
|
||||
power-domains = <&pd_isp>;
|
||||
@ -384,7 +384,7 @@
|
||||
|
||||
sysmmu_fimc_lite1: sysmmu@123c0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x123C0000 0x1000>;
|
||||
reg = <0x123c0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <16 1>;
|
||||
power-domains = <&pd_isp>;
|
||||
@ -615,7 +615,7 @@
|
||||
|
||||
fimc_lite_1: fimc-lite@123a0000 {
|
||||
compatible = "samsung,exynos4212-fimc-lite";
|
||||
reg = <0x123A0000 0x1000>;
|
||||
reg = <0x123a0000 0x1000>;
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
||||
power-domains = <&pd_isp>;
|
||||
clocks = <&isp_clock CLK_ISP_FIMC_LITE1>;
|
||||
@ -812,7 +812,7 @@
|
||||
compatible = "samsung,exynos4412-tmu";
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 4>;
|
||||
reg = <0x100C0000 0x100>;
|
||||
reg = <0x100c0000 0x100>;
|
||||
clocks = <&clock CLK_TMU_APBIF>;
|
||||
clock-names = "tmu_apbif";
|
||||
status = "disabled";
|
||||
|
@ -104,31 +104,31 @@
|
||||
|
||||
serial_0: serial@12c00000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C00000 0x100>;
|
||||
reg = <0x12c00000 0x100>;
|
||||
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
serial_1: serial@12c10000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C10000 0x100>;
|
||||
reg = <0x12c10000 0x100>;
|
||||
interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
serial_2: serial@12c20000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C20000 0x100>;
|
||||
reg = <0x12c20000 0x100>;
|
||||
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
serial_3: serial@12c30000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C30000 0x100>;
|
||||
reg = <0x12c30000 0x100>;
|
||||
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
i2c_0: i2c@12c60000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12C60000 0x100>;
|
||||
reg = <0x12c60000 0x100>;
|
||||
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
i2c_1: i2c@12c70000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12C70000 0x100>;
|
||||
reg = <0x12c70000 0x100>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -148,7 +148,7 @@
|
||||
|
||||
i2c_2: i2c@12c80000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12C80000 0x100>;
|
||||
reg = <0x12c80000 0x100>;
|
||||
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -158,7 +158,7 @@
|
||||
|
||||
i2c_3: i2c@12c90000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12C90000 0x100>;
|
||||
reg = <0x12c90000 0x100>;
|
||||
interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -168,7 +168,7 @@
|
||||
|
||||
pwm: pwm@12dd0000 {
|
||||
compatible = "samsung,exynos4210-pwm";
|
||||
reg = <0x12DD0000 0x100>;
|
||||
reg = <0x12dd0000 0x100>;
|
||||
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@ -180,7 +180,7 @@
|
||||
|
||||
rtc: rtc@101e0000 {
|
||||
compatible = "samsung,s3c6410-rtc";
|
||||
reg = <0x101E0000 0x100>;
|
||||
reg = <0x101e0000 0x100>;
|
||||
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
@ -198,7 +198,7 @@
|
||||
|
||||
dp: dp-controller@145b0000 {
|
||||
compatible = "samsung,exynos5-dp";
|
||||
reg = <0x145B0000 0x1000>;
|
||||
reg = <0x145b0000 0x1000>;
|
||||
interrupts = <10 3>;
|
||||
interrupt-parent = <&combiner>;
|
||||
status = "disabled";
|
||||
|
@ -216,14 +216,14 @@
|
||||
|
||||
pd_disp1: power-domain@100440a0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x100440A0 0x20>;
|
||||
reg = <0x100440a0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "DISP1";
|
||||
};
|
||||
|
||||
pd_mau: power-domain@100440c0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x100440C0 0x20>;
|
||||
reg = <0x100440c0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "MAU";
|
||||
};
|
||||
@ -236,7 +236,7 @@
|
||||
|
||||
clock_audss: audss-clock-controller@3810000 {
|
||||
compatible = "samsung,exynos5250-audss-clock";
|
||||
reg = <0x03810000 0x0C>;
|
||||
reg = <0x03810000 0x0c>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
|
||||
<&clock CLK_SCLK_AUDIO0>, <&clock CLK_DIV_PCM0>;
|
||||
@ -247,7 +247,7 @@
|
||||
timer@101c0000 {
|
||||
compatible = "samsung,exynos5250-mct",
|
||||
"samsung,exynos4210-mct";
|
||||
reg = <0x101C0000 0x800>;
|
||||
reg = <0x101c0000 0x800>;
|
||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
||||
clock-names = "fin_pll", "mct";
|
||||
interrupts-extended = <&combiner 23 3>,
|
||||
@ -302,7 +302,7 @@
|
||||
|
||||
watchdog@101d0000 {
|
||||
compatible = "samsung,exynos5250-wdt";
|
||||
reg = <0x101D0000 0x100>;
|
||||
reg = <0x101d0000 0x100>;
|
||||
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_WDT>;
|
||||
clock-names = "watchdog";
|
||||
@ -322,7 +322,7 @@
|
||||
|
||||
rotator: rotator@11c00000 {
|
||||
compatible = "samsung,exynos5250-rotator";
|
||||
reg = <0x11C00000 0x64>;
|
||||
reg = <0x11c00000 0x64>;
|
||||
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_ROTATOR>;
|
||||
clock-names = "rotator";
|
||||
@ -387,7 +387,7 @@
|
||||
|
||||
sata: sata@122f0000 {
|
||||
compatible = "snps,dwc-ahci";
|
||||
reg = <0x122F0000 0x1ff>;
|
||||
reg = <0x122f0000 0x1ff>;
|
||||
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_SATA>, <&clock CLK_SCLK_SATA>;
|
||||
clock-names = "sata", "pclk";
|
||||
@ -410,7 +410,7 @@
|
||||
/* i2c_0-3 are defined in exynos5.dtsi */
|
||||
i2c_4: i2c@12ca0000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12CA0000 0x100>;
|
||||
reg = <0x12ca0000 0x100>;
|
||||
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -423,7 +423,7 @@
|
||||
|
||||
i2c_5: i2c@12cb0000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12CB0000 0x100>;
|
||||
reg = <0x12cb0000 0x100>;
|
||||
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -436,7 +436,7 @@
|
||||
|
||||
i2c_6: i2c@12cc0000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12CC0000 0x100>;
|
||||
reg = <0x12cc0000 0x100>;
|
||||
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -449,7 +449,7 @@
|
||||
|
||||
i2c_7: i2c@12cd0000 {
|
||||
compatible = "samsung,s3c2440-i2c";
|
||||
reg = <0x12CD0000 0x100>;
|
||||
reg = <0x12cd0000 0x100>;
|
||||
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -462,7 +462,7 @@
|
||||
|
||||
i2c_8: i2c@12ce0000 {
|
||||
compatible = "samsung,s3c2440-hdmiphy-i2c";
|
||||
reg = <0x12CE0000 0x1000>;
|
||||
reg = <0x12ce0000 0x1000>;
|
||||
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -478,7 +478,7 @@
|
||||
|
||||
i2c_9: i2c@121d0000 {
|
||||
compatible = "samsung,exynos5-sata-phy-i2c";
|
||||
reg = <0x121D0000 0x100>;
|
||||
reg = <0x121d0000 0x100>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&clock CLK_SATA_PHYI2C>;
|
||||
@ -608,7 +608,7 @@
|
||||
i2s1: i2s@12d60000 {
|
||||
compatible = "samsung,s3c6410-i2s";
|
||||
status = "disabled";
|
||||
reg = <0x12D60000 0x100>;
|
||||
reg = <0x12d60000 0x100>;
|
||||
dmas = <&pdma1 12>,
|
||||
<&pdma1 11>;
|
||||
dma-names = "tx", "rx";
|
||||
@ -623,7 +623,7 @@
|
||||
i2s2: i2s@12d70000 {
|
||||
compatible = "samsung,s3c6410-i2s";
|
||||
status = "disabled";
|
||||
reg = <0x12D70000 0x100>;
|
||||
reg = <0x12d70000 0x100>;
|
||||
dmas = <&pdma0 12>,
|
||||
<&pdma0 11>;
|
||||
dma-names = "tx", "rx";
|
||||
@ -695,7 +695,7 @@
|
||||
|
||||
pdma0: dma-controller@121a0000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x121A0000 0x1000>;
|
||||
reg = <0x121a0000 0x1000>;
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_PDMA0>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -704,7 +704,7 @@
|
||||
|
||||
pdma1: dma-controller@121b0000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x121B0000 0x1000>;
|
||||
reg = <0x121b0000 0x1000>;
|
||||
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_PDMA1>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -722,7 +722,7 @@
|
||||
|
||||
mdma1: dma-controller@11c10000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x11C10000 0x1000>;
|
||||
reg = <0x11c10000 0x1000>;
|
||||
interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_MDMA1>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -787,7 +787,7 @@
|
||||
|
||||
hdmicec: cec@101b0000 {
|
||||
compatible = "samsung,s5p-cec";
|
||||
reg = <0x101B0000 0x200>;
|
||||
reg = <0x101b0000 0x200>;
|
||||
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_HDMI_CEC>;
|
||||
clock-names = "hdmicec";
|
||||
@ -838,7 +838,7 @@
|
||||
|
||||
adc: adc@12d10000 {
|
||||
compatible = "samsung,exynos-adc-v1";
|
||||
reg = <0x12D10000 0x100>;
|
||||
reg = <0x12d10000 0x100>;
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_ADC>;
|
||||
clock-names = "adc";
|
||||
@ -849,7 +849,7 @@
|
||||
|
||||
sysmmu_g2d: sysmmu@10a60000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x10A60000 0x1000>;
|
||||
reg = <0x10a60000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <24 5>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -881,7 +881,7 @@
|
||||
|
||||
sysmmu_rotator: sysmmu@11d40000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11D40000 0x1000>;
|
||||
reg = <0x11d40000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 0>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -891,7 +891,7 @@
|
||||
|
||||
sysmmu_jpeg: sysmmu@11f20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11F20000 0x1000>;
|
||||
reg = <0x11f20000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 2>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -922,7 +922,7 @@
|
||||
|
||||
sysmmu_fimc_fd: sysmmu@132a0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132A0000 0x1000>;
|
||||
reg = <0x132a0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 0>;
|
||||
clock-names = "sysmmu";
|
||||
@ -952,7 +952,7 @@
|
||||
|
||||
sysmmu_fimc_mcuctl: sysmmu@132b0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132B0000 0x1000>;
|
||||
reg = <0x132b0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 4>;
|
||||
clock-names = "sysmmu";
|
||||
@ -962,7 +962,7 @@
|
||||
|
||||
sysmmu_fimc_odc: sysmmu@132c0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132C0000 0x1000>;
|
||||
reg = <0x132c0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <11 0>;
|
||||
clock-names = "sysmmu";
|
||||
@ -972,7 +972,7 @@
|
||||
|
||||
sysmmu_fimc_dis0: sysmmu@132d0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132D0000 0x1000>;
|
||||
reg = <0x132d0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <10 4>;
|
||||
clock-names = "sysmmu";
|
||||
@ -982,7 +982,7 @@
|
||||
|
||||
sysmmu_fimc_dis1: sysmmu@132e0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132E0000 0x1000>;
|
||||
reg = <0x132e0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <9 4>;
|
||||
clock-names = "sysmmu";
|
||||
@ -992,7 +992,7 @@
|
||||
|
||||
sysmmu_fimc_3dnr: sysmmu@132f0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x132F0000 0x1000>;
|
||||
reg = <0x132f0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <5 6>;
|
||||
clock-names = "sysmmu";
|
||||
@ -1002,7 +1002,7 @@
|
||||
|
||||
sysmmu_fimc_lite0: sysmmu@13c40000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13C40000 0x1000>;
|
||||
reg = <0x13c40000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <3 4>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -1013,7 +1013,7 @@
|
||||
|
||||
sysmmu_fimc_lite1: sysmmu@13c50000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13C50000 0x1000>;
|
||||
reg = <0x13c50000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <24 1>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -1024,7 +1024,7 @@
|
||||
|
||||
sysmmu_gsc0: sysmmu@13e80000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13E80000 0x1000>;
|
||||
reg = <0x13e80000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 0>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -1035,7 +1035,7 @@
|
||||
|
||||
sysmmu_gsc1: sysmmu@13e90000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13E90000 0x1000>;
|
||||
reg = <0x13e90000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 2>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -1046,7 +1046,7 @@
|
||||
|
||||
sysmmu_gsc2: sysmmu@13ea0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13EA0000 0x1000>;
|
||||
reg = <0x13ea0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 4>;
|
||||
power-domains = <&pd_gsc>;
|
||||
@ -1057,7 +1057,7 @@
|
||||
|
||||
sysmmu_gsc3: sysmmu@13eb0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13EB0000 0x1000>;
|
||||
reg = <0x13eb0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 6>;
|
||||
power-domains = <&pd_gsc>;
|
||||
|
@ -177,7 +177,7 @@
|
||||
|
||||
clock_g2d: clock-controller@10a00000 {
|
||||
compatible = "samsung,exynos5260-clock-g2d";
|
||||
reg = <0x10A00000 0x10000>;
|
||||
reg = <0x10a00000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>,
|
||||
<&clock_top TOP_DOUT_ACLK_G2D_333>;
|
||||
@ -187,7 +187,7 @@
|
||||
|
||||
clock_mif: clock-controller@10ce0000 {
|
||||
compatible = "samsung,exynos5260-clock-mif";
|
||||
reg = <0x10CE0000 0x10000>;
|
||||
reg = <0x10ce0000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>;
|
||||
clock-names = "fin_pll";
|
||||
@ -213,7 +213,7 @@
|
||||
|
||||
clock_fsys: clock-controller@122e0000 {
|
||||
compatible = "samsung,exynos5260-clock-fsys";
|
||||
reg = <0x122E0000 0x10000>;
|
||||
reg = <0x122e0000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>,
|
||||
<&fin_pll>,
|
||||
@ -233,7 +233,7 @@
|
||||
|
||||
clock_aud: clock-controller@128c0000 {
|
||||
compatible = "samsung,exynos5260-clock-aud";
|
||||
reg = <0x128C0000 0x10000>;
|
||||
reg = <0x128c0000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>,
|
||||
<&clock_top TOP_FOUT_AUD_PLL>,
|
||||
@ -247,7 +247,7 @@
|
||||
|
||||
clock_isp: clock-controller@133c0000 {
|
||||
compatible = "samsung,exynos5260-clock-isp";
|
||||
reg = <0x133C0000 0x10000>;
|
||||
reg = <0x133c0000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>,
|
||||
<&clock_top TOP_DOUT_ACLK_ISP1_266>,
|
||||
@ -261,7 +261,7 @@
|
||||
|
||||
clock_gscl: clock-controller@13f00000 {
|
||||
compatible = "samsung,exynos5260-clock-gscl";
|
||||
reg = <0x13F00000 0x10000>;
|
||||
reg = <0x13f00000 0x10000>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>,
|
||||
<&clock_top TOP_DOUT_ACLK_GSCL_400>,
|
||||
@ -335,7 +335,7 @@
|
||||
mct: timer@100b0000 {
|
||||
compatible = "samsung,exynos5260-mct",
|
||||
"samsung,exynos4210-mct";
|
||||
reg = <0x100B0000 0x1000>;
|
||||
reg = <0x100b0000 0x1000>;
|
||||
clocks = <&fin_pll>, <&clock_peri PERI_CLK_MCT>;
|
||||
clock-names = "fin_pll", "mct";
|
||||
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@ -356,8 +356,8 @@
|
||||
compatible = "arm,cci-400";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0x10F00000 0x1000>;
|
||||
ranges = <0x0 0x10F00000 0x6000>;
|
||||
reg = <0x10f00000 0x1000>;
|
||||
ranges = <0x0 0x10f00000 0x6000>;
|
||||
|
||||
cci_control0: slave-if@4000 {
|
||||
compatible = "arm,cci-400-ctrl-if";
|
||||
@ -392,18 +392,18 @@
|
||||
|
||||
pinctrl_2: pinctrl@128b0000 {
|
||||
compatible = "samsung,exynos5260-pinctrl";
|
||||
reg = <0x128B0000 0x1000>;
|
||||
reg = <0x128b0000 0x1000>;
|
||||
interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
pmu_system_controller: system-controller@10d50000 {
|
||||
compatible = "samsung,exynos5260-pmu", "syscon";
|
||||
reg = <0x10D50000 0x10000>;
|
||||
reg = <0x10d50000 0x10000>;
|
||||
};
|
||||
|
||||
uart0: serial@12c00000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C00000 0x100>;
|
||||
reg = <0x12c00000 0x100>;
|
||||
interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock_peri PERI_CLK_UART0>, <&clock_peri PERI_SCLK_UART0>;
|
||||
clock-names = "uart", "clk_uart_baud0";
|
||||
@ -412,7 +412,7 @@
|
||||
|
||||
uart1: serial@12c10000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C10000 0x100>;
|
||||
reg = <0x12c10000 0x100>;
|
||||
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock_peri PERI_CLK_UART1>, <&clock_peri PERI_SCLK_UART1>;
|
||||
clock-names = "uart", "clk_uart_baud0";
|
||||
@ -421,7 +421,7 @@
|
||||
|
||||
uart2: serial@12c20000 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0x12C20000 0x100>;
|
||||
reg = <0x12c20000 0x100>;
|
||||
interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock_peri PERI_CLK_UART2>, <&clock_peri PERI_SCLK_UART2>;
|
||||
clock-names = "uart", "clk_uart_baud0";
|
||||
@ -499,7 +499,7 @@
|
||||
|
||||
hsi2c_0: i2c@12da0000 {
|
||||
compatible = "samsung,exynos5260-hsi2c";
|
||||
reg = <0x12DA0000 0x1000>;
|
||||
reg = <0x12da0000 0x1000>;
|
||||
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -512,7 +512,7 @@
|
||||
|
||||
hsi2c_1: i2c@12db0000 {
|
||||
compatible = "samsung,exynos5260-hsi2c";
|
||||
reg = <0x12DB0000 0x1000>;
|
||||
reg = <0x12db0000 0x1000>;
|
||||
interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -525,7 +525,7 @@
|
||||
|
||||
hsi2c_2: i2c@12dc0000 {
|
||||
compatible = "samsung,exynos5260-hsi2c";
|
||||
reg = <0x12DC0000 0x1000>;
|
||||
reg = <0x12dc0000 0x1000>;
|
||||
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -538,7 +538,7 @@
|
||||
|
||||
hsi2c_3: i2c@12dd0000 {
|
||||
compatible = "samsung,exynos5260-hsi2c";
|
||||
reg = <0x12DD0000 0x1000>;
|
||||
reg = <0x12dd0000 0x1000>;
|
||||
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -81,7 +81,7 @@
|
||||
|
||||
clock_audss: audss-clock-controller@3810000 {
|
||||
compatible = "samsung,exynos5410-audss-clock";
|
||||
reg = <0x03810000 0x0C>;
|
||||
reg = <0x03810000 0x0c>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&fin_pll>, <&clock CLK_FOUT_EPLL>;
|
||||
clock-names = "pll_ref", "pll_in";
|
||||
|
@ -182,7 +182,7 @@
|
||||
|
||||
clock_audss: audss-clock-controller@3810000 {
|
||||
compatible = "samsung,exynos5420-audss-clock";
|
||||
reg = <0x03810000 0x0C>;
|
||||
reg = <0x03810000 0x0c>;
|
||||
#clock-cells = <1>;
|
||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MAU_EPLL>,
|
||||
<&clock CLK_SCLK_MAUDIO0>, <&clock CLK_SCLK_MAUPCM0>;
|
||||
@ -262,37 +262,37 @@
|
||||
|
||||
nocp_mem0_0: nocp@10ca1000 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x10CA1000 0x200>;
|
||||
reg = <0x10ca1000 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nocp_mem0_1: nocp@10ca1400 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x10CA1400 0x200>;
|
||||
reg = <0x10ca1400 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nocp_mem1_0: nocp@10ca1800 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x10CA1800 0x200>;
|
||||
reg = <0x10ca1800 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nocp_mem1_1: nocp@10ca1c00 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x10CA1C00 0x200>;
|
||||
reg = <0x10ca1c00 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nocp_g3d_0: nocp@11a51000 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x11A51000 0x200>;
|
||||
reg = <0x11a51000 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nocp_g3d_1: nocp@11a51400 {
|
||||
compatible = "samsung,exynos5420-nocp";
|
||||
reg = <0x11A51400 0x200>;
|
||||
reg = <0x11a51400 0x200>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@ -374,14 +374,14 @@
|
||||
|
||||
disp_pd: power-domain@100440c0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x100440C0 0x20>;
|
||||
reg = <0x100440c0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "DISP";
|
||||
};
|
||||
|
||||
mau_pd: power-domain@100440e0 {
|
||||
compatible = "samsung,exynos4210-pd";
|
||||
reg = <0x100440E0 0x20>;
|
||||
reg = <0x100440e0 0x20>;
|
||||
#power-domain-cells = <0>;
|
||||
label = "MAU";
|
||||
};
|
||||
@ -442,7 +442,7 @@
|
||||
|
||||
pdma0: dma-controller@121a0000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x121A0000 0x1000>;
|
||||
reg = <0x121a0000 0x1000>;
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_PDMA0>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -451,7 +451,7 @@
|
||||
|
||||
pdma1: dma-controller@121b0000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x121B0000 0x1000>;
|
||||
reg = <0x121b0000 0x1000>;
|
||||
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_PDMA1>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -469,7 +469,7 @@
|
||||
|
||||
mdma1: dma-controller@11c10000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x11C10000 0x1000>;
|
||||
reg = <0x11c10000 0x1000>;
|
||||
interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_MDMA1>;
|
||||
clock-names = "apb_pclk";
|
||||
@ -507,7 +507,7 @@
|
||||
|
||||
i2s1: i2s@12d60000 {
|
||||
compatible = "samsung,exynos5420-i2s";
|
||||
reg = <0x12D60000 0x100>;
|
||||
reg = <0x12d60000 0x100>;
|
||||
dmas = <&pdma1 12>,
|
||||
<&pdma1 11>;
|
||||
dma-names = "tx", "rx";
|
||||
@ -523,7 +523,7 @@
|
||||
|
||||
i2s2: i2s@12d70000 {
|
||||
compatible = "samsung,exynos5420-i2s";
|
||||
reg = <0x12D70000 0x100>;
|
||||
reg = <0x12d70000 0x100>;
|
||||
dmas = <&pdma0 12>,
|
||||
<&pdma0 11>;
|
||||
dma-names = "tx", "rx";
|
||||
@ -612,7 +612,7 @@
|
||||
|
||||
hsi2c_8: i2c@12e00000 {
|
||||
compatible = "samsung,exynos5250-hsi2c";
|
||||
reg = <0x12E00000 0x1000>;
|
||||
reg = <0x12e00000 0x1000>;
|
||||
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -625,7 +625,7 @@
|
||||
|
||||
hsi2c_9: i2c@12e10000 {
|
||||
compatible = "samsung,exynos5250-hsi2c";
|
||||
reg = <0x12E10000 0x1000>;
|
||||
reg = <0x12e10000 0x1000>;
|
||||
interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -638,7 +638,7 @@
|
||||
|
||||
hsi2c_10: i2c@12e20000 {
|
||||
compatible = "samsung,exynos5250-hsi2c";
|
||||
reg = <0x12E20000 0x1000>;
|
||||
reg = <0x12e20000 0x1000>;
|
||||
interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -666,12 +666,12 @@
|
||||
};
|
||||
|
||||
hdmiphy: hdmi-phy@145d0000 {
|
||||
reg = <0x145D0000 0x20>;
|
||||
reg = <0x145d0000 0x20>;
|
||||
};
|
||||
|
||||
hdmicec: cec@101b0000 {
|
||||
compatible = "samsung,s5p-cec";
|
||||
reg = <0x101B0000 0x200>;
|
||||
reg = <0x101b0000 0x200>;
|
||||
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_HDMI_CEC>;
|
||||
clock-names = "hdmicec";
|
||||
@ -696,7 +696,7 @@
|
||||
|
||||
rotator: rotator@11c00000 {
|
||||
compatible = "samsung,exynos5250-rotator";
|
||||
reg = <0x11C00000 0x64>;
|
||||
reg = <0x11c00000 0x64>;
|
||||
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clock CLK_ROTATOR>;
|
||||
clock-names = "rotator";
|
||||
@ -805,7 +805,7 @@
|
||||
|
||||
jpeg_0: jpeg@11f50000 {
|
||||
compatible = "samsung,exynos5420-jpeg";
|
||||
reg = <0x11F50000 0x1000>;
|
||||
reg = <0x11f50000 0x1000>;
|
||||
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "jpeg";
|
||||
clocks = <&clock CLK_JPEG>;
|
||||
@ -814,7 +814,7 @@
|
||||
|
||||
jpeg_1: jpeg@11f60000 {
|
||||
compatible = "samsung,exynos5420-jpeg";
|
||||
reg = <0x11F60000 0x1000>;
|
||||
reg = <0x11f60000 0x1000>;
|
||||
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "jpeg";
|
||||
clocks = <&clock CLK_JPEG2>;
|
||||
@ -879,7 +879,7 @@
|
||||
|
||||
sysmmu_g2dr: sysmmu@10a60000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x10A60000 0x1000>;
|
||||
reg = <0x10a60000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <24 5>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -889,7 +889,7 @@
|
||||
|
||||
sysmmu_g2dw: sysmmu@10a70000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x10A70000 0x1000>;
|
||||
reg = <0x10a70000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <22 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -910,7 +910,7 @@
|
||||
|
||||
sysmmu_gscl0: sysmmu@13e80000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13E80000 0x1000>;
|
||||
reg = <0x13e80000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 0>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -921,7 +921,7 @@
|
||||
|
||||
sysmmu_gscl1: sysmmu@13e90000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x13E90000 0x1000>;
|
||||
reg = <0x13e90000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <2 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -953,7 +953,7 @@
|
||||
|
||||
sysmmu_scaler2r: sysmmu@128a0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x128A0000 0x1000>;
|
||||
reg = <0x128a0000 0x1000>;
|
||||
interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "sysmmu", "master";
|
||||
clocks = <&clock CLK_SMMU_MSCL2>, <&clock CLK_MSCL2>;
|
||||
@ -963,7 +963,7 @@
|
||||
|
||||
sysmmu_scaler0w: sysmmu@128c0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x128C0000 0x1000>;
|
||||
reg = <0x128c0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <27 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -974,7 +974,7 @@
|
||||
|
||||
sysmmu_scaler1w: sysmmu@128d0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x128D0000 0x1000>;
|
||||
reg = <0x128d0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <22 6>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -985,7 +985,7 @@
|
||||
|
||||
sysmmu_scaler2w: sysmmu@128e0000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x128E0000 0x1000>;
|
||||
reg = <0x128e0000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <19 6>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -996,7 +996,7 @@
|
||||
|
||||
sysmmu_rotator: sysmmu@11d40000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11D40000 0x1000>;
|
||||
reg = <0x11d40000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 0>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -1006,7 +1006,7 @@
|
||||
|
||||
sysmmu_jpeg0: sysmmu@11f10000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11F10000 0x1000>;
|
||||
reg = <0x11f10000 0x1000>;
|
||||
interrupt-parent = <&combiner>;
|
||||
interrupts = <4 2>;
|
||||
clock-names = "sysmmu", "master";
|
||||
@ -1016,7 +1016,7 @@
|
||||
|
||||
sysmmu_jpeg1: sysmmu@11f20000 {
|
||||
compatible = "samsung,exynos-sysmmu";
|
||||
reg = <0x11F20000 0x1000>;
|
||||
reg = <0x11f20000 0x1000>;
|
||||
interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "sysmmu", "master";
|
||||
clocks = <&clock CLK_SMMU_JPEG2>, <&clock CLK_JPEG2>;
|
||||
|
@ -16,7 +16,7 @@
|
||||
/ {
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x40000000 0x7EA00000>;
|
||||
reg = <0x40000000 0x7ea00000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
Loading…
x
Reference in New Issue
Block a user