Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342249
b: refs/heads/master
c: 7492e7c
h: refs/heads/master
i:
  342247: e7230a9
v: v3
  • Loading branch information
Fabio Porcedda authored and Nicolas Ferre committed Nov 16, 2012
1 parent 69900f7 commit b849d1a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be49bbae13ba9128ac69dd4b98027f6412155abe
refs/heads/master: 7492e7ca0f954e26b3d0d44374240b66c21427e9
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9260.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@
trigger-external;
};
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9263.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@
#size-cells = <0>;
status = "disabled";
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g45.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@
trigger-value = <0x6>;
};
};

watchdog@fffffd40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffd40 0x10>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit b849d1a

Please sign in to comment.