Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sam9x60: add rtt

Add RTT. Allong with it enable GBPR as it is requested by RTT.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/1591779936-18577-4-git-send-email-claudiu.beznea@microchip.com

authored by

Claudiu Beznea and committed by
Alexandre Belloni
5f6b33f4 73554069

+16
+9
arch/arm/boot/dts/at91-sam9x60ek.dts
··· 309 309 }; 310 310 }; 311 311 312 + &gpbr { 313 + status = "okay"; 314 + }; 315 + 312 316 &i2s { 313 317 pinctrl-names = "default"; 314 318 pinctrl-0 = <&pinctrl_i2s_default>; ··· 638 634 reg = <0x200000 0x600000>; 639 635 }; 640 636 }; 637 + }; 638 + 639 + &rtt { 640 + atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 641 + status = "okay"; 641 642 }; 642 643 643 644 &shutdown_controller {
+7
arch/arm/boot/dts/sam9x60.dtsi
··· 661 661 status = "disabled"; 662 662 }; 663 663 664 + rtt: rtt@fffffe20 { 665 + compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt"; 666 + reg = <0xfffffe20 0x20>; 667 + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; 668 + clocks = <&clk32k 0>; 669 + }; 670 + 664 671 pit: timer@fffffe40 { 665 672 compatible = "atmel,at91sam9260-pit"; 666 673 reg = <0xfffffe40 0x10>;