Skip to content

Commit 337df13

Browse files
ldesrochesclaudiubeznea
authored andcommitted
ARM: dts: at91: sama5d2: add PTC subsystem device
Add the Atmel Peripheral Touch Controller subsystem. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> [codrin.ciubotariu@microchip.com: moved to 5.4, changed clk phandles] Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> [ta: cherry-pick to v5.10] Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent f479ff7 commit 337df13

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,16 @@
11491149
reg = <0xfc05c000 0x20>;
11501150
};
11511151

1152+
ptc@fc060000 {
1153+
compatible = "atmel,sama5d2-ptc";
1154+
reg = <0x00800000 0x10000
1155+
0xfc060000 0xcf>;
1156+
interrupts = <58 IRQ_TYPE_LEVEL_HIGH 7>;
1157+
clocks = <&pmc PMC_TYPE_PERIPHERAL 58>, <&pmc PMC_TYPE_CORE PMC_MAIN>, <&clk32k>;
1158+
clock-names = "ptc_clk", "ptc_int_osc", "slow_clk";
1159+
status = "disabled";
1160+
};
1161+
11521162
chipid@fc069000 {
11531163
compatible = "atmel,sama5d2-chipid";
11541164
reg = <0xfc069000 0x8>;

0 commit comments

Comments
 (0)