Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313144
b: refs/heads/master
c: ac5ced9
h: refs/heads/master
v: v3
  • Loading branch information
Roland Stigge committed Jun 14, 2012
1 parent 8c7d215 commit 2fa0d21
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c70426f1534a7d8e52e478ce67fd4634cc588741
refs/heads/master: ac5ced91aa6b5013027d3313824c9c5afb071f23
16 changes: 11 additions & 5 deletions trunk/arch/arm/boot/dts/lpc32xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,24 @@
};

uart1: serial@40014000 {
compatible = "nxp,serial";
compatible = "nxp,lpc3220-hsuart";
reg = <0x40014000 0x1000>;
interrupts = <26 0>;
status = "disabled";
};

uart2: serial@40018000 {
compatible = "nxp,serial";
compatible = "nxp,lpc3220-hsuart";
reg = <0x40018000 0x1000>;
interrupts = <25 0>;
status = "disabled";
};

uart7: serial@4001C000 {
compatible = "nxp,serial";
reg = <0x4001C000 0x1000>;
uart7: serial@4001c000 {
compatible = "nxp,lpc3220-hsuart";
reg = <0x4001c000 0x1000>;
interrupts = <24 0>;
status = "disabled";
};

rtc@40024000 {
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/boot/dts/phy3250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
};

fab {
uart2: serial@40018000 {
status = "okay";
};

tsc@40048000 {
status = "okay";
};
Expand Down

0 comments on commit 2fa0d21

Please sign in to comment.