Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108123
b: refs/heads/master
c: 1d555cf
h: refs/heads/master
i:
  108121: 318bea2
  108119: 6884fd2
v: v3
  • Loading branch information
Sean MacLennan authored and Josh Boyer committed Aug 5, 2008
1 parent 67e602a commit 59615eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 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: 048040a36d46dced846b058bc083c212e0c75615
refs/heads/master: 1d555cf168315ceb5422df9bff348466da2c549d
20 changes: 18 additions & 2 deletions trunk/arch/powerpc/boot/dts/warp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
interrupt-parent = <&UIC0>;
};

fpga@2,2000 {
compatible = "pika,fpga-sgl";
reg = <0x00000002 0x00002000 0x00000200>;
};

fpga@2,4000 {
compatible = "pika,fpga-sd";
reg = <0x00000002 0x00004000 0x00000A00>;
Expand Down Expand Up @@ -181,7 +186,6 @@
reg = <0xef600700 0x00000014>;
interrupt-parent = <&UIC0>;
interrupts = <0x2 0x4>;
index = <0x0>;
#address-cells = <1>;
#size-cells = <0>;

Expand All @@ -191,6 +195,12 @@
interrupts = <0x19 0x8>;
interrupt-parent = <&UIC0>;
};

/* This will create 52 and 53 */
at24@52 {
compatible = "at,24c04";
reg = <0x52>;
};
};

GPIO0: gpio@ef600b00 {
Expand All @@ -209,7 +219,13 @@
led@31 {
compatible = "linux,gpio-led";
linux,name = ":green:";
gpios = <&GPIO1 0x30 0>;
gpios = <&GPIO1 31 0>;
};

led@30 {
compatible = "linux,gpio-led";
linux,name = ":red:";
gpios = <&GPIO1 30 0>;
};
};

Expand Down

0 comments on commit 59615eb

Please sign in to comment.