Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303210
b: refs/heads/master
c: bf76e06
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones authored and Linus Walleij committed Apr 25, 2012
1 parent 15d562f commit 7efe3d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 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: 7919fb18cfcc9bc8c4751af4b26dada052483e98
refs/heads/master: bf76e062c1b451223c462bb3452a1a8c7d5c0de5
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,14 @@
interrupts = <0 100 0x4>;
status = "disabled";
};

external-bus@50000000 {
compatible = "simple-bus";
reg = <0x50000000 0x4000000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x50000000 0x4000000>;
status = "disabled";
};
};
};
22 changes: 12 additions & 10 deletions trunk/arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,19 @@
soc-u9500 {

external-bus@50000000 {
compatible = "simple-bus";
reg = <0x50000000 0x10000000>;
#address-cells = <1>;
#size-cells = <1>;
ranges;

ethernet@50000000 {
compatible = "smsc,9111";
reg = <0x50000000 0x10000>;
interrupts = <12>;
status = "okay";

ethernet@0 {
compatible = "smsc,lan9115";
reg = <0 0x10000>;
interrupts = <12 0x1>;
interrupt-parent = <&gpio4>;

reg-shift = <1>;
reg-io-width = <2>;
smsc,force-internal-phy;
smsc,irq-active-high;
smsc,irq-push-pull;
};
};

Expand Down

0 comments on commit 7efe3d9

Please sign in to comment.