summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/at91sam9260.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/dts/arm/at91sam9260.dtsi')
-rw-r--r--sys/gnu/dts/arm/at91sam9260.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/at91sam9260.dtsi b/sys/gnu/dts/arm/at91sam9260.dtsi
index cb100b0..fff0ee6 100644
--- a/sys/gnu/dts/arm/at91sam9260.dtsi
+++ b/sys/gnu/dts/arm/at91sam9260.dtsi
@@ -69,6 +69,11 @@
};
};
+ sram0: sram@002ff000 {
+ compatible = "mmio-sram";
+ reg = <0x002ff000 0x2000>;
+ };
+
ahb {
compatible = "simple-bus";
#address-cells = <1>;
@@ -956,6 +961,14 @@
};
};
+ rtc@fffffd20 {
+ compatible = "atmel,at91sam9260-rtt";
+ reg = <0xfffffd20 0x10>;
+ interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+ clocks = <&clk32k>;
+ status = "disabled";
+ };
+
watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
@@ -966,6 +979,12 @@
atmel,idle-halt;
status = "disabled";
};
+
+ gpbr: syscon@fffffd50 {
+ compatible = "atmel,at91sam9260-gpbr", "syscon";
+ reg = <0xfffffd50 0x10>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
OpenPOWER on IntegriCloud