Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272867
b: refs/heads/master
c: f62f548
h: refs/heads/master
i:
  272865: cbadd15
  272863: 3daf454
v: v3
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Oct 12, 2011
1 parent 6f269a7 commit f30038c
Show file tree
Hide file tree
Showing 3 changed files with 14 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: 940dd96fe9dec5b6ba4bb7ebc33212ff66db243c
refs/heads/master: f62f548c1c04742f68c15e21f173712dd6633791
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NVIDIA Tegra 2 pinmux controller

Required properties:
- compatible : "nvidia,tegra20-pinmux"

8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@
gpio-controller;
};

pinmux: pinmux@70000000 {
compatible = "nvidia,tegra20-pinmux";
reg = < 0x70000014 0x10 /* Tri-state registers */
0x70000080 0x20 /* Mux registers */
0x700000a0 0x14 /* Pull-up/down registers */
0x70000868 0xa8 >; /* Pad control registers */
};

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

0 comments on commit f30038c

Please sign in to comment.