2022-06-07 16:11:11 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
// Copyright (C) 2014 Broadcom Corporation
|
2014-03-06 17:18:14 +08:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
#include "bcm2166x-common.dtsi"
|
2014-03-06 17:18:14 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
|
2021-01-24 16:28:10 +01:00
|
|
|
cpus {
|
2014-06-30 17:15:40 -05:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu0: cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a9";
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
cpu1: cpu@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a9";
|
2016-04-28 10:59:58 -07:00
|
|
|
enable-method = "brcm,bcm11351-cpu-method";
|
2015-12-01 11:24:06 -05:00
|
|
|
secondary-boot-reg = <0x35004178>;
|
2014-06-30 17:15:40 -05:00
|
|
|
reg = <1>;
|
|
|
|
};
|
|
|
|
};
|
2024-07-29 14:34:21 +02:00
|
|
|
};
|
2014-06-30 17:15:40 -05:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&apps {
|
|
|
|
gic: interrupt-controller@1c01000 {
|
|
|
|
compatible = "arm,cortex-a9-gic";
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
#address-cells = <0>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0x01c01000 0x1000>,
|
|
|
|
<0x01c00100 0x100>;
|
2014-03-06 17:18:14 +08:00
|
|
|
};
|
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
L2: cache-controller@1c20000 {
|
|
|
|
compatible = "arm,pl310-cache";
|
|
|
|
reg = <0x01c20000 0x1000>;
|
|
|
|
cache-unified;
|
|
|
|
cache-level = <2>;
|
2014-04-21 16:26:27 -05:00
|
|
|
};
|
2024-07-29 14:34:21 +02:00
|
|
|
};
|
2014-04-21 16:26:27 -05:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&bsc1 {
|
|
|
|
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
|
|
|
};
|
2014-04-21 16:26:27 -05:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&bsc2 {
|
|
|
|
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
|
|
|
};
|
2014-04-21 16:26:27 -05:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&bsc3 {
|
|
|
|
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
|
|
|
};
|
2014-04-21 16:26:27 -05:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&bsc4 {
|
|
|
|
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
|
|
|
};
|
2014-03-06 17:18:14 +08:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&gpio {
|
|
|
|
compatible = "brcm,bcm21664-gpio", "brcm,kona-gpio";
|
|
|
|
};
|
2014-03-06 17:18:14 +08:00
|
|
|
|
2024-07-29 14:34:21 +02:00
|
|
|
&smc {
|
|
|
|
compatible = "brcm,bcm21664-smc", "brcm,kona-smc";
|
2014-03-06 17:18:14 +08:00
|
|
|
};
|