Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296722
b: refs/heads/master
c: 163f2ce
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper committed Mar 16, 2012
1 parent 2dfeae6 commit abe0248
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 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: 6fa6b8781fbd5e6cd5e313c5e3bdd73b426d8f30
refs/heads/master: 163f2cea673a4ae831ad2cd26d8f01977c3add93
11 changes: 5 additions & 6 deletions trunk/arch/arm/boot/dts/kirkwood-dreamplug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
bootargs = "console=ttyS0,115200n8 earlyprintk";
};

serial@f1012000 {
compatible = "ns16550a";
reg = <0xf1012000 0x100>;
reg-shift = <2>;
interrupts = <33>;
clock-frequency = <200000000>;
ocp@f1000000 {
serial@12000 {
clock-frequency = <200000000>;
status = "ok";
};
};
};
26 changes: 25 additions & 1 deletion trunk/arch/arm/boot/dts/kirkwood.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,29 @@

/ {
compatible = "mrvl,kirkwood";
};

ocp@f1000000 {
compatible = "simple-bus";
ranges = <0 0xf1000000 0x1000000>;
#address-cells = <1>;
#size-cells = <1>;

serial@12000 {
compatible = "ns16550a";
reg = <0x12000 0x100>;
reg-shift = <2>;
interrupts = <33>;
/* set clock-frequency in board dts */
status = "disabled";
};

serial@12100 {
compatible = "ns16550a";
reg = <0x12100 0x100>;
reg-shift = <2>;
interrupts = <34>;
/* set clock-frequency in board dts */
status = "disabled";
};
};
};

0 comments on commit abe0248

Please sign in to comment.