zephyr/dts/arm
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
..
atmel soc: add DTS PIO module nodes for sam3x series 2019-09-12 13:25:30 -05:00
cypress dts: arm: Remove device_type = "memory" from SRAM nodes 2019-08-06 08:59:22 -04:00
microchip dts/arm: Add support for the ADC in MEC1501hsz 2019-09-25 06:12:52 -04:00
nordic dts: nordic: Add #pwm-cells property to Nordic PWM nodes 2019-10-04 17:21:32 +02:00
nxp arch: kinetis: Add support for k2x 2019-09-25 02:18:38 -07:00
silabs drivers: (le)u(s)art_gecko: use DT defined clock identifiers 2019-09-25 03:43:47 -07:00
st arm: stm32f0: introduce STM32F030X4 stuff 2019-10-08 16:31:48 -05:00
ti drivers: timer: add RTC support as system clock for CC13X2/CC26X2 2019-09-19 13:43:10 -05:00
xilinx arch: arm: Fix incorrect Cortex-R device tree specification. 2019-10-11 16:27:14 +02:00
armv6-m.dtsi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
armv7-m.dtsi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
armv7-r.dtsi arch: arm: Fix incorrect Cortex-R device tree specification. 2019-10-11 16:27:14 +02:00
armv8-m.dtsi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00