Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355595
b: refs/heads/master
c: b16f918
h: refs/heads/master
i:
  355593: e35cefc
  355591: 0c0aaac
v: v3
  • Loading branch information
Laxman Dewangan authored and Stephen Warren committed Jan 29, 2013
1 parent e37730f commit ae87d32
Show file tree
Hide file tree
Showing 2 changed files with 18 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: 20fd4806ab5dd86c8c44788c6fc5ea19b930b635
refs/heads/master: b16f9183c7c1918a3a5c36d35482f5e01dc9c384
17 changes: 17 additions & 0 deletions trunk/arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@
reg = <0x6000c004 0x14c>;
};

gpio: gpio {
compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
reg = <0x6000d000 0x1000>;
interrupts = <0 32 0x04
0 33 0x04
0 34 0x04
0 35 0x04
0 55 0x04
0 87 0x04
0 89 0x04
0 125 0x04>;
#gpio-cells = <2>;
gpio-controller;
#interrupt-cells = <2>;
interrupt-controller;
};

serial@70006000 {
compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
reg = <0x70006000 0x40>;
Expand Down

0 comments on commit ae87d32

Please sign in to comment.