// SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2003 INTEL Corporation / { cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x00>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x01>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@2 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x02>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@3 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x03>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@4 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x04>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@5 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x05>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@6 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x06>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@7 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x07>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@8 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x08>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@9 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x09>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@10 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0a>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@11 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0b>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@12 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0c>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@13 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0d>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@14 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0e>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; cpu@15 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0f>; cpu-release-addr = <0>; // Fixed by the boot loader clock-frequency = <0>; // Placeholder }; }; };