summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/at91sam9261.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/dts/arm/at91sam9261.dtsi')
-rw-r--r--sys/gnu/dts/arm/at91sam9261.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/at91sam9261.dtsi b/sys/gnu/dts/arm/at91sam9261.dtsi
index a81aab4..e247b0b 100644
--- a/sys/gnu/dts/arm/at91sam9261.dtsi
+++ b/sys/gnu/dts/arm/at91sam9261.dtsi
@@ -60,6 +60,11 @@
};
};
+ sram: sram@00300000 {
+ compatible = "mmio-sram";
+ reg = <0x00300000 0x28000>;
+ };
+
ahb {
compatible = "simple-bus";
#address-cells = <1>;
@@ -828,12 +833,26 @@
clocks = <&mck>;
};
+ rtc@fffffd20 {
+ compatible = "atmel,at91sam9260-rtt";
+ reg = <0xfffffd20 0x10>;
+ interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+ clocks = <&slow_xtal>;
+ status = "disabled";
+ };
+
watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";
};
+
+ gpbr: syscon@fffffd50 {
+ compatible = "atmel,at91sam9260-gpbr", "syscon";
+ reg = <0xfffffd50 0x10>;
+ status = "disabled";
+ };
};
};
OpenPOWER on IntegriCloud