Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350530
b: refs/heads/master
c: 581981b
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed Feb 1, 2013
1 parent 01fbf9e commit 738c61e
Show file tree
Hide file tree
Showing 2 changed files with 22 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: 874b4e451527ae1ad290b148ceac0662702d4ff2
refs/heads/master: 581981be24f9866b37af535f947da2e7b65aaa53
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/sun4i-a10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
reg = <0x01c20800 0x400>;
#address-cells = <1>;
#size-cells = <0>;

uart0_pins_a: uart0@0 {
allwinner,pins = "PB22", "PB23";
allwinner,function = "uart0";
allwinner,drive = <0>;
allwinner,pull = <0>;
};

uart0_pins_b: uart0@1 {
allwinner,pins = "PF2", "PF4";
allwinner,function = "uart0";
allwinner,drive = <0>;
allwinner,pull = <0>;
};

uart1_pins_a: uart1@0 {
allwinner,pins = "PA10", "PA11";
allwinner,function = "uart1";
allwinner,drive = <0>;
allwinner,pull = <0>;
};
};
};
};

0 comments on commit 738c61e

Please sign in to comment.