Skip to content

Commit d167fb8

Browse files
ldesrochesCodrin Ciubotariu
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>
1 parent d8cf52a commit d167fb8

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
@@ -965,6 +965,16 @@
965965
reg = <0xfc05c000 0x20>;
966966
};
967967

968+
ptc@fc060000 {
969+
compatible = "atmel,sama5d2-ptc";
970+
reg = <0x00800000 0x10000
971+
0xfc060000 0xcf>;
972+
interrupts = <58 IRQ_TYPE_LEVEL_HIGH 7>;
973+
clocks = <&pmc PMC_TYPE_PERIPHERAL 58>, <&pmc PMC_TYPE_CORE PMC_MAIN>, <&clk32k>;
974+
clock-names = "ptc_clk", "ptc_int_osc", "slow_clk";
975+
status = "disabled";
976+
};
977+
968978
chipid@fc069000 {
969979
compatible = "atmel,sama5d2-chipid";
970980
reg = <0xfc069000 0x8>;

0 commit comments

Comments
 (0)