Commit ffdc394e authored by Antoine Tenart's avatar Antoine Tenart

ARM: dts: alpine: add valid clock-frequency values

Update the Alpine clock-frequency values with valid default values. The
bootloader can still update these values if needed, but at least we can
boot if it does not.
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
parent 52545888
...@@ -41,28 +41,28 @@ cpu@0 { ...@@ -41,28 +41,28 @@ cpu@0 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu"; device_type = "cpu";
reg = <0>; reg = <0>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <1700000000>;
}; };
cpu@1 { cpu@1 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu"; device_type = "cpu";
reg = <1>; reg = <1>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <1700000000>;
}; };
cpu@2 { cpu@2 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu"; device_type = "cpu";
reg = <2>; reg = <2>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <1700000000>;
}; };
cpu@3 { cpu@3 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu"; device_type = "cpu";
reg = <3>; reg = <3>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <1700000000>;
}; };
}; };
...@@ -81,7 +81,7 @@ arch-timer { ...@@ -81,7 +81,7 @@ arch-timer {
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <50000000>;
}; };
/* Interrupt Controller */ /* Interrupt Controller */
...@@ -123,7 +123,7 @@ pmu { ...@@ -123,7 +123,7 @@ pmu {
uart0: uart@fd883000 { uart0: uart@fd883000 {
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0x0 0xfd883000 0x0 0x1000>; reg = <0x0 0xfd883000 0x0 0x1000>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <375000000>;
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
reg-shift = <2>; reg-shift = <2>;
reg-io-width = <4>; reg-io-width = <4>;
...@@ -132,7 +132,7 @@ uart0: uart@fd883000 { ...@@ -132,7 +132,7 @@ uart0: uart@fd883000 {
uart1: uart@fd884000 { uart1: uart@fd884000 {
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0x0 0xfd884000 0x0 0x1000>; reg = <0x0 0xfd884000 0x0 0x1000>;
clock-frequency = <0>; /* Filled by loader */ clock-frequency = <375000000>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
reg-shift = <2>; reg-shift = <2>;
reg-io-width = <4>; reg-io-width = <4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment