forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt
....@@ -1,7 +1,9 @@
11 Atmel AT91SAM9260 Real Time Timer
22
33 Required properties:
4
-- compatible: should be: "atmel,at91sam9260-rtt"
4
+- compatible: should be one of the following:
5
+ - "atmel,at91sam9260-rtt"
6
+ - "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt"
57 - reg: should encode the memory region of the RTT controller
68 - interrupts: rtt alarm/event interrupt
79 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.