File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
arch/arm/boot/dts/microchip Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 132
132
status = "disabled";
133
133
};
134
134
135
+ rtt: rtc@e001d300 {
136
+ compatible = "microchip,sama7d65-rtt", "atmel,at91sam9260-rtt";
137
+ reg = <0xe001d300 0x30>;
138
+ interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
139
+ clocks = <&clk32k 0>;
140
+ };
141
+
135
142
clk32k: clock-controller@e001d500 {
136
143
compatible = "microchip,sama7d65-sckc", "microchip,sam9x60-sckc";
137
144
reg = <0xe001d500 0x4>;
138
145
clocks = <&slow_xtal>;
139
146
#clock-cells = <1>;
140
147
};
141
148
149
+ gpbr: syscon@e001d700 {
150
+ compatible = "microchip,sama7d65-gpbr", "syscon";
151
+ reg = <0xe001d700 0x48>;
152
+ };
153
+
142
154
rtc: rtc@e001d800 {
143
155
compatible = "microchip,sama7d65-rtc", "microchip,sam9x60-rtc";
144
156
reg = <0xe001d800 0x30>;
You can’t perform that action at this time.
0 commit comments