Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326811
b: refs/heads/master
c: 53d9103
h: refs/heads/master
i:
  326809: 773536b
  326807: ec95d57
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Tony Lindgren committed Aug 24, 2012
1 parent f809456 commit 222484e
Show file tree
Hide file tree
Showing 4 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: 5dd18b0150e6f4eb3a9d06a2621cad8c73a3eccf
refs/heads/master: 53d91034cf29936cabf9a4d59270dc94ed7e6c1d
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/am335x-bone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};

ocp {
uart1: serial@44E09000 {
status = "okay";
};
};
};
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};

ocp {
uart1: serial@44E09000 {
status = "okay";
};
};
};
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,57 +102,66 @@
compatible = "ti,omap3-uart";
ti,hwmods = "uart1";
clock-frequency = <48000000>;
status = "disabled";
};

uart2: serial@48022000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart2";
clock-frequency = <48000000>;
status = "disabled";
};

uart3: serial@48024000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart3";
clock-frequency = <48000000>;
status = "disabled";
};

uart4: serial@481A6000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart4";
clock-frequency = <48000000>;
status = "disabled";
};

uart5: serial@481A8000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart5";
clock-frequency = <48000000>;
status = "disabled";
};

uart6: serial@481AA000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart6";
clock-frequency = <48000000>;
status = "disabled";
};

i2c1: i2c@44E0B000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c1";
status = "disabled";
};

i2c2: i2c@4802A000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c2";
status = "disabled";
};

i2c3: i2c@4819C000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c3";
status = "disabled";
};
};
};

0 comments on commit 222484e

Please sign in to comment.