ARM: dts: add secure firmware support for exynos5420-arndale-octa
Arndale-Octa board is always configured to work with trustzone firmware binary. Added DTS node entry to enable this support. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
25023926a2
commit
345e9bf082
|
@ -26,6 +26,11 @@
|
||||||
bootargs = "console=ttySAC3,115200";
|
bootargs = "console=ttySAC3,115200";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
firmware@02073000 {
|
||||||
|
compatible = "samsung,secure-firmware";
|
||||||
|
reg = <0x02073000 0x1000>;
|
||||||
|
};
|
||||||
|
|
||||||
fixed-rate-clocks {
|
fixed-rate-clocks {
|
||||||
oscclk {
|
oscclk {
|
||||||
compatible = "samsung,exynos5420-oscclk";
|
compatible = "samsung,exynos5420-oscclk";
|
||||||
|
|
Loading…
Reference in New Issue