mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 23:26:43 +07:00
ARM: dts: mvebu: Add PWM properties for armada-38x
Add the required properties to the GPIO nodes for them to be used as PWM lines. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
0c8c9ff8ec
commit
7cb2acb3fb
@ -312,31 +312,39 @@ sata3_pins: sata-pins-3 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gpio0: gpio@18100 {
|
gpio0: gpio@18100 {
|
||||||
compatible = "marvell,orion-gpio";
|
compatible = "marvell,armada-370-gpio",
|
||||||
reg = <0x18100 0x40>;
|
"marvell,orion-gpio";
|
||||||
|
reg = <0x18100 0x40>, <0x181c0 0x08>;
|
||||||
|
reg-names = "gpio", "pwm";
|
||||||
ngpios = <32>;
|
ngpios = <32>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
#pwm-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&coreclk 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio1: gpio@18140 {
|
gpio1: gpio@18140 {
|
||||||
compatible = "marvell,orion-gpio";
|
compatible = "marvell,armada-370-gpio",
|
||||||
reg = <0x18140 0x40>;
|
"marvell,orion-gpio";
|
||||||
|
reg = <0x18140 0x40>, <0x181c8 0x08>;
|
||||||
|
reg-names = "gpio", "pwm";
|
||||||
ngpios = <28>;
|
ngpios = <28>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
#pwm-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&coreclk 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemc: system-controller@18200 {
|
systemc: system-controller@18200 {
|
||||||
|
Loading…
Reference in New Issue
Block a user