ARM: dts: re-organized cpu node for exynos5440
This patch adds timer node and re-organizes cpu node for exynos5440. Acked-by: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
49498c5609
commit
f5108e1c51
1 changed files with 17 additions and 20 deletions
|
@ -24,40 +24,37 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu@0 {
|
||||||
compatible = "arm,cortex-a15";
|
compatible = "arm,cortex-a15";
|
||||||
timer {
|
reg = <0>;
|
||||||
compatible = "arm,armv7-timer";
|
|
||||||
interrupts = <1 13 0xf08>;
|
|
||||||
clock-frequency = <1000000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
compatible = "arm,cortex-a15";
|
compatible = "arm,cortex-a15";
|
||||||
timer {
|
reg = <1>;
|
||||||
compatible = "arm,armv7-timer";
|
|
||||||
interrupts = <1 14 0xf08>;
|
|
||||||
clock-frequency = <1000000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
cpu@2 {
|
cpu@2 {
|
||||||
compatible = "arm,cortex-a15";
|
compatible = "arm,cortex-a15";
|
||||||
timer {
|
reg = <2>;
|
||||||
compatible = "arm,armv7-timer";
|
|
||||||
interrupts = <1 14 0xf08>;
|
|
||||||
clock-frequency = <1000000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
cpu@3 {
|
cpu@3 {
|
||||||
compatible = "arm,cortex-a15";
|
compatible = "arm,cortex-a15";
|
||||||
timer {
|
reg = <3>;
|
||||||
compatible = "arm,armv7-timer";
|
|
||||||
interrupts = <1 14 0xf08>;
|
|
||||||
clock-frequency = <1000000>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
timer {
|
||||||
|
compatible = "arm,cortex-a15-timer",
|
||||||
|
"arm,armv7-timer";
|
||||||
|
interrupts = <1 13 0xf08>,
|
||||||
|
<1 14 0xf08>,
|
||||||
|
<1 11 0xf08>,
|
||||||
|
<1 10 0xf08>;
|
||||||
|
clock-frequency = <50000000>;
|
||||||
|
};
|
||||||
|
|
||||||
serial@B0000 {
|
serial@B0000 {
|
||||||
compatible = "samsung,exynos4210-uart";
|
compatible = "samsung,exynos4210-uart";
|
||||||
reg = <0xB0000 0x1000>;
|
reg = <0xB0000 0x1000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue