]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: keystone-k2g: Add PRUSS GPIO controller nodes
authorSuman Anna <s-anna@ti.com>
Wed, 20 Feb 2019 16:22:05 +0000 (10:22 -0600)
committerSuman Anna <s-anna@ti.com>
Sun, 24 Feb 2019 01:20:51 +0000 (19:20 -0600)
Add the PRUSS GPIO controller nodes on the 66AK2G SoC. These can
be used to send interrupts to specific PRUSS subsystem instances
present on the SoC. Each PRUSS is capable of receiving an interrupt
each from two such nodes. The IP is identical to that of the
equivalent node for the DSP present on 66AK2G SoC.

Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/boot/dts/keystone-k2g.dtsi

index 6a0a481db259a4778a8325e3169746987abb0e71..19b4e87e6dfe245945f7619b792e5f0d76348af6 100644 (file)
                                #gpio-cells = <2>;
                                gpio,syscon-dev = <&devctrl 0x240>;
                        };
+
+                       prussgpio0: keystone-pruss-gpio@26c {
+                               compatible = "ti,keystone-dsp-gpio";
+                               reg = <0x26c 0x4>;
+                               gpio-controller;
+                               #gpio-cells = <2>;
+                               gpio,syscon-dev = <&devctrl 0x26c>;
+                       };
+
+                       prussgpio1: keystone-pruss-gpio@270 {
+                               compatible = "ti,keystone-dsp-gpio";
+                               reg = <0x270 0x4>;
+                               gpio-controller;
+                               #gpio-cells = <2>;
+                               gpio,syscon-dev = <&devctrl 0x270>;
+                       };
+
+                       prussgpio2: keystone-pruss-gpio@274 {
+                               compatible = "ti,keystone-dsp-gpio";
+                               reg = <0x274 0x4>;
+                               gpio-controller;
+                               #gpio-cells = <2>;
+                               gpio,syscon-dev = <&devctrl 0x274>;
+                       };
+
+                       prussgpio3: keystone-pruss-gpio@278 {
+                               compatible = "ti,keystone-dsp-gpio";
+                               reg = <0x278 0x4>;
+                               gpio-controller;
+                               #gpio-cells = <2>;
+                               gpio,syscon-dev = <&devctrl 0x278>;
+                       };
                };
 
                uart0: serial@2530c00 {