zephyr/dts
Stephanos Ioannidis e87ccbc318 arch: arm: Fix incorrect Cortex-R device tree specification.
1. Replace the non-existent CPU device binding ("Cortex-R") specified
   by the CPU node with a proper one.

2. Relocate CPU node declaration to SoC dtsi:

  The CPU node should be declared in the SoC dtsi because the core
  type is SoC-dependent. In fact, this is exactly how it is done in
  the Cortex-M port.

3. Remove core_intc (supposedly Cortex-R VIC):

  Unlike the NVIC of Cortex-M, the VIC of Cortex-R is not a true
 interrupt controller in the conventional sense and merely acts as
 a CPU input port for aggregated interrupt request and vector index
 signals. For this reason, there is no point in declaring it in the
 device tree and specifying it as an interrupt parent. All SoCs
 incorporating Cortex-R implement a separate true interrupt
 controller (for instance, GIC for Zynq MPSoC and VIM for Hercules).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-10-11 16:27:14 +02:00
..
arc arc: Remove bogus references to intel,qmsi-ss-{gpio,i2c} 2019-09-18 22:32:01 -04:00
arm arch: arm: Fix incorrect Cortex-R device tree specification. 2019-10-11 16:27:14 +02:00
bindings dts: bindings: Add CPU device bindings for Cortex-R. 2019-10-11 16:27:14 +02:00
common
nios2
posix
riscv boards: litex_vexriscv: Enable LiteX DNA driver 2019-09-21 21:36:00 +02:00
x86 drivers/timer/hpet.c: migrate to devicetree 2019-09-17 22:37:09 +08:00
xtensa dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
Kconfig dts/Kconfig: Remove symbol HAS_DTC_USB 2019-09-12 08:16:42 -05:00
binding-template.yaml scripts: dts: Generalize '#cells' to allow multiple sources 2019-10-02 11:49:58 -07:00