mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: px30: add pwm irq configs
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: I121376bf28c157d5d588466dc9d5796e764cd425
This commit is contained in:
@@ -1045,6 +1045,7 @@
|
||||
pwm0: pwm@ff200000 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff200000 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM0>, <&cru PCLK_PWM0>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1056,6 +1057,7 @@
|
||||
pwm1: pwm@ff200010 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff200010 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM0>, <&cru PCLK_PWM0>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1067,6 +1069,7 @@
|
||||
pwm2: pwm@ff200020 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff200020 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM0>, <&cru PCLK_PWM0>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1078,6 +1081,8 @@
|
||||
pwm3: pwm@ff200030 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff200030 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM0>, <&cru PCLK_PWM0>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1089,6 +1094,7 @@
|
||||
pwm4: pwm@ff208000 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff208000 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM1>, <&cru PCLK_PWM1>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1100,6 +1106,7 @@
|
||||
pwm5: pwm@ff208010 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff208010 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM1>, <&cru PCLK_PWM1>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1111,6 +1118,7 @@
|
||||
pwm6: pwm@ff208020 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff208020 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM1>, <&cru PCLK_PWM1>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
@@ -1122,6 +1130,8 @@
|
||||
pwm7: pwm@ff208030 {
|
||||
compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0x0 0xff208030 0x0 0x10>;
|
||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_PWM1>, <&cru PCLK_PWM1>;
|
||||
clock-names = "pwm", "pclk";
|
||||
pinctrl-names = "active";
|
||||
|
||||
Reference in New Issue
Block a user