Skip to content

Commit

Permalink
Merge commit 'kumar/next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Herrenschmidt committed Aug 27, 2009
2 parents 6776426 + 1dcd8ff commit 3c2ee2d
Show file tree
Hide file tree
Showing 21 changed files with 1,321 additions and 50 deletions.
8 changes: 8 additions & 0 deletions arch/powerpc/boot/dts/mpc8272ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@
fsl,cpm-command = <0xce00000>;
};

usb@11b60 {
compatible = "fsl,mpc8272-cpm-usb";
reg = <0x11b60 0x40 0x8b00 0x100>;
interrupts = <11 8>;
interrupt-parent = <&PIC>;
mode = "peripheral";
};

mdio@10d40 {
device_type = "mdio";
compatible = "fsl,mpc8272ads-mdio-bitbang",
Expand Down
8 changes: 8 additions & 0 deletions arch/powerpc/boot/dts/mpc8536ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@
phy_type = "ulpi";
};

sdhci@2e000 {
compatible = "fsl,mpc8536-esdhc", "fsl,esdhc";
reg = <0x2e000 0x1000>;
interrupts = <72 0x2>;
interrupt-parent = <&mpic>;
clock-frequency = <250000000>;
};

serial0: serial@4500 {
cell-index = <0>;
device_type = "serial";
Expand Down
8 changes: 8 additions & 0 deletions arch/powerpc/boot/dts/mpc8536ds_36b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@
phy_type = "ulpi";
};

sdhci@2e000 {
compatible = "fsl,mpc8536-esdhc", "fsl,esdhc";
reg = <0x2e000 0x1000>;
interrupts = <72 0x2>;
interrupt-parent = <&mpic>;
clock-frequency = <250000000>;
};

serial0: serial@4500 {
cell-index = <0>;
device_type = "serial";
Expand Down
45 changes: 45 additions & 0 deletions arch/powerpc/boot/dts/mpc8569mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,18 @@
};

bcsr@1,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,mpc8569mds-bcsr";
reg = <1 0 0x8000>;
ranges = <0 1 0 0x8000>;

bcsr17: gpio-controller@11 {
#gpio-cells = <2>;
compatible = "fsl,mpc8569mds-bcsr-gpio";
reg = <0x11 0x1>;
gpio-controller;
};
};

nand@3,0 {
Expand Down Expand Up @@ -315,6 +325,14 @@
gpio-controller;
};

qe_pio_f: gpio-controller@a0 {
#gpio-cells = <2>;
compatible = "fsl,mpc8569-qe-pario-bank",
"fsl,mpc8323-qe-pario-bank";
reg = <0xa0 0x18>;
gpio-controller;
};

pio1: ucc_pin@01 {
pio-map = <
/* port pin dir open_drain assignment has_irq */
Expand Down Expand Up @@ -419,6 +437,16 @@
interrupt-parent = <&mpic>;
};

timer@440 {
compatible = "fsl,mpc8569-qe-gtm",
"fsl,qe-gtm", "fsl,gtm";
reg = <0x440 0x40>;
interrupts = <12 13 14 15>;
interrupt-parent = <&qeic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
};

spi@4c0 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -446,6 +474,23 @@
mode = "cpu";
};

usb@6c0 {
compatible = "fsl,mpc8569-qe-usb",
"fsl,mpc8323-qe-usb";
reg = <0x6c0 0x40 0x8b00 0x100>;
interrupts = <11>;
interrupt-parent = <&qeic>;
fsl,fullspeed-clock = "clk5";
fsl,lowspeed-clock = "brg10";
gpios = <&qe_pio_f 3 0 /* USBOE */
&qe_pio_f 4 0 /* USBTP */
&qe_pio_f 5 0 /* USBTN */
&qe_pio_f 6 0 /* USBRP */
&qe_pio_f 8 0 /* USBRN */
&bcsr17 6 0 /* SPEED */
&bcsr17 5 1>; /* POWER */
};

enet0: ucc@2000 {
device_type = "network";
compatible = "ucc_geth";
Expand Down
Loading

0 comments on commit 3c2ee2d

Please sign in to comment.