Skip to content

Commit

Permalink
ARM: dts: enable common hardware blocks for exynos4412-odroidx
Browse files Browse the repository at this point in the history
This patch adds support for common hardware modules available on all
Exynos4412-based Odroid boards, which already have complete support in
mainline kernel. This includes secure firmware calls, watchdog, g2d and
fimc (mem2mem) multimedia accelerators.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed Jul 15, 2014
1 parent 366126d commit 0c80244
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions arch/arm/boot/dts/exynos4412-odroidx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
reg = <0x40000000 0x40000000>;
};

firmware@0204F000 {
compatible = "samsung,secure-firmware";
reg = <0x0204F000 0x1000>;
};

leds {
compatible = "gpio-leds";
led1 {
Expand Down Expand Up @@ -68,10 +73,40 @@
regulator-boot-on;
};

watchdog@10060000 {
status = "okay";
};

rtc@10070000 {
status = "okay";
};

g2d@10800000 {
status = "okay";
};

camera {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;

fimc_0: fimc@11800000 {
status = "okay";
};

fimc_1: fimc@11810000 {
status = "okay";
};

fimc_2: fimc@11820000 {
status = "okay";
};

fimc_3: fimc@11830000 {
status = "okay";
};
};

sdhci@12530000 {
bus-width = <4>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
Expand Down

0 comments on commit 0c80244

Please sign in to comment.