clocks = <&smbclk>, <&refclk100mhz>;
clock-names = "smclk", "apb_pclk";
};
-};
+ cpus: cpus {
+ #address-cells = <2>;
+ #size-cells = <0>;
-&cpus {
- cpu1: cpu@1 {
- device_type = "cpu";
- compatible = "arm,cortex-a35";
- reg = <0x1>;
- enable-method = "psci";
- next-level-cache = <&L2_0>;
- };
+ cpu: cpu@0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a35";
+ reg = <0 0>;
+ enable-method = "psci";
+ next-level-cache = <&L2_0>;
+ };
- cpu2: cpu@2 {
- device_type = "cpu";
- compatible = "arm,cortex-a35";
- reg = <0x2>;
- enable-method = "psci";
- next-level-cache = <&L2_0>;
- };
+ cpu1: cpu@1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a35";
+ reg = <0 0x1>;
+ enable-method = "psci";
+ next-level-cache = <&L2_0>;
+ };
+
+ cpu2: cpu@2 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a35";
+ reg = <0 0x2>;
+ enable-method = "psci";
+ next-level-cache = <&L2_0>;
+ };
- cpu3: cpu@3 {
- device_type = "cpu";
- compatible = "arm,cortex-a35";
- reg = <0x3>;
- enable-method = "psci";
- next-level-cache = <&L2_0>;
+ cpu3: cpu@3 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a35";
+ reg = <0 0x3>;
+ enable-method = "psci";
+ next-level-cache = <&L2_0>;
+ };
};
};
model = "ARM Corstone1000 FPGA MPS3 board";
compatible = "arm,corstone1000-mps3";
+ cpus: cpus {
+ #address-cells = <2>;
+ #size-cells = <0>;
+
+ cpu: cpu@0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a35";
+ reg = <0 0>;
+ enable-method = "psci";
+ next-level-cache = <&L2_0>;
+ };
+ };
+
smsc: ethernet@4010000 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x40100000 0x10000>;
stdout-path = "serial0:115200n8";
};
- cpus: cpus {
- #address-cells = <1>;
- #size-cells = <0>;
-
- cpu: cpu@0 {
- device_type = "cpu";
- compatible = "arm,cortex-a35";
- reg = <0>;
- enable-method = "psci";
- next-level-cache = <&L2_0>;
- };
- };
-
memory@88200000 {
device_type = "memory";
reg = <0x88200000 0x77e00000>;