]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: renesas: Synchronize R-Car R8A779F0 S4 DTs with Linux 6.6.3
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 3 Dec 2023 13:15:24 +0000 (14:15 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 14 Jan 2024 19:35:21 +0000 (20:35 +0100)
Synchronize R-Car R8A779F0 S4 DTs with Linux 6.6.3,
commit bd3a9e5771a8b332f466d06f7c130a69cab0d526 .

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779f0-spider-cpu.dtsi
arch/arm/dts/r8a779f0-spider.dts
arch/arm/dts/r8a779f0.dtsi

index dd8e0e1595260b3dbc38004ce78e706e724d5186..5cbde8e8fcd5cac30b7ef8c5109867b32fd4a2a8 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0 or MIT)
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Device Tree Source for the Spider CPU board
  *
@@ -6,6 +6,8 @@
  */
 
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
+
 #include "r8a779f0.dtsi"
 
 / {
                stdout-path = "serial0:1843200n8";
        };
 
+       leds {
+               compatible = "gpio-leds";
+
+               led-7 {
+                       gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
+                       color = <LED_COLOR_ID_GREEN>;
+                       function = LED_FUNCTION_INDICATOR;
+                       function-enumerator = <7>;
+               };
+
+               led-8 {
+                       gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
+                       color = <LED_COLOR_ID_GREEN>;
+                       function = LED_FUNCTION_INDICATOR;
+                       function-enumerator = <8>;
+               };
+       };
+
        memory@48000000 {
                device_type = "memory";
                /* first 128MB is reserved for secure area. */
index 7aac3f4d319c330cf5e8ff570f66fa2bb808e876..f139cc4feb37da51c74e565fc3233192125f10de 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0 or MIT)
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Device Tree Source for the Spider CPU and BreakOut boards
  *
index 1d5426e6293c561698f1a6cf3519c65b44d570bc..ecdd5a523fa3443f3d6392acd2bca92158a9ef45 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0 or MIT)
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 /*
  * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC
  *
                        #thermal-sensor-cells = <1>;
                };
 
+               intc_ex: interrupt-controller@e61c0000 {
+                       compatible = "renesas,intc-ex-r8a779f0", "renesas,irqc";
+                       #interrupt-cells = <2>;
+                       interrupt-controller;
+                       reg = <0 0xe61c0000 0 0x200>;
+                       interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_CORE R8A779F0_CLK_CL16M>;
+                       power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
+               };
+
                tmu0: timer@e61e0000 {
                        compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
                        reg = <0 0xe61e0000 0 0x30>;