ARM: dts: at91: sama5d2_xplained: add pwm controller
Add pwm controller bindings for sama5d2_xplained and enable it. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
07c0986d6e
commit
eb0b59d49b
@@ -227,6 +227,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwm0: pwm@f802c000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
flx0: flexcom@f8034000 {
|
flx0: flexcom@f8034000 {
|
||||||
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
|
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
|
||||||
status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
|
status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
|
||||||
|
|||||||
@@ -1142,6 +1142,14 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwm0: pwm@f802c000 {
|
||||||
|
compatible = "atmel,sama5d2-pwm";
|
||||||
|
reg = <0xf802c000 0x4000>;
|
||||||
|
interrupts = <38 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
#pwm-cells = <3>;
|
||||||
|
clocks = <&pwm_clk>;
|
||||||
|
};
|
||||||
|
|
||||||
sfr: sfr@f8030000 {
|
sfr: sfr@f8030000 {
|
||||||
compatible = "atmel,sama5d2-sfr", "syscon";
|
compatible = "atmel,sama5d2-sfr", "syscon";
|
||||||
reg = <0xf8030000 0x98>;
|
reg = <0xf8030000 0x98>;
|
||||||
|
|||||||
Reference in New Issue
Block a user