]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM64: dts: meson-gxbb: Add Meson GXBB PWM Controller nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 22 Aug 2016 15:36:32 +0000 (17:36 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 14 Sep 2016 17:47:47 +0000 (10:47 -0700)
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Jérôme Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index cac8e51c2108befa13372d8205fa0ac01c654291..3b181939f437507d410c6d9e47f1e5d54d8093b0 100644 (file)
@@ -180,6 +180,27 @@ uart_B: serial@84dc {
                                status = "disabled";
                        };
 
+                       pwm_ab: pwm@8550 {
+                               compatible = "amlogic,meson-gxbb-pwm";
+                               reg = <0x0 0x08550 0x0 0x10>;
+                               #pwm-cells = <3>;
+                               status = "disabled";
+                       };
+
+                       pwm_cd: pwm@8650 {
+                               compatible = "amlogic,meson-gxbb-pwm";
+                               reg = <0x0 0x08650 0x0 0x10>;
+                               #pwm-cells = <3>;
+                               status = "disabled";
+                       };
+
+                       pwm_ef: pwm@86c0 {
+                               compatible = "amlogic,meson-gxbb-pwm";
+                               reg = <0x0 0x086c0 0x0 0x10>;
+                               #pwm-cells = <3>;
+                               status = "disabled";
+                       };
+
                        uart_C: serial@8700 {
                                compatible = "amlogic,meson-uart";
                                reg = <0x0 0x8700 0x0 0x14>;
@@ -294,6 +315,13 @@ ir: ir@580 {
                                interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
                                status = "disabled";
                        };
+
+                       pwm_ab_AO: pwm@550 {
+                               compatible = "amlogic,meson-gxbb-pwm";
+                               reg = <0x0 0x0550 0x0 0x10>;
+                               #pwm-cells = <3>;
+                               status = "disabled";
+                       };
                };
 
                periphs: periphs@c8834000 {