Updates include: - set soc mnode compatible property to "fsl,mpc5200-immr" - update i2c device tree nodes - add mdio node - add lpb bus node and flash device (without partitions defined) - add second mscan node for Motio-PRO - add rtc i2c nodes
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- This patch was applied and tested against: git://git.secretlab.ca/git/linux-2.6-mpc52xx.git#for-2.6.25 arch/powerpc/boot/dts/cm5200.dts | 40 +++++++++++++++++++++++++++-- arch/powerpc/boot/dts/motionpro.dts | 49 ++++++++++++++++++++++++++++++++--- arch/powerpc/boot/dts/tqm5200.dts | 45 +++++++++++++++++++++++++++++++- 3 files changed, 126 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts index 9295083..ff01478 100644 --- a/arch/powerpc/boot/dts/cm5200.dts +++ b/arch/powerpc/boot/dts/cm5200.dts @@ -46,7 +46,7 @@ [EMAIL PROTECTED] { model = "fsl,mpc5200b"; - compatible = "fsl,mpc5200b"; + compatible = "fsl,mpc5200-immr"; revision = ""; // from bootloader device_type = "soc"; ranges = <0 f0000000 0000c000>; @@ -214,13 +214,31 @@ [EMAIL PROTECTED] { device_type = "network"; compatible = "mpc5200b-fec","mpc5200-fec"; - reg = <3000 800>; + reg = <3000 400>; local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */ interrupts = <2 5 0>; interrupt-parent = <&mpc5200_pic>; + phy-handle = <&phy0>; + }; + + [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; + device_type = "mdio"; + compatible = "mpc5200b-fec-phy"; + reg = <3000 400>; // fec range, since we need to setup fec interrupts + interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. + interrupt-parent = <&mpc5200_pic>; + + phy0:[EMAIL PROTECTED] { + device_type = "ethernet-phy"; + reg = <0>; + }; }; [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; reg = <3d40 40>; interrupts = <2 10 0>; @@ -233,4 +251,22 @@ reg = <8000 4000>; }; }; + + lpb { + model = "fsl,lpb"; + compatible = "fsl,lpb"; + #address-cells = <2>; + #size-cells = <1>; + ranges = <0 0 fc000000 2000000>; + + // 16-bit flash device at LocalPlus Bus CS0 + [EMAIL PROTECTED],0 { + compatible = "cfi-flash"; + reg = <0 0 2000000>; + bank-width = <2>; + device-width = <2>; + #size-cells = <1>; + #address-cells = <1>; + }; + }; }; diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts index d8c316a..1a046aa 100644 --- a/arch/powerpc/boot/dts/motionpro.dts +++ b/arch/powerpc/boot/dts/motionpro.dts @@ -46,7 +46,7 @@ [EMAIL PROTECTED] { model = "fsl,mpc5200b"; - compatible = "fsl,mpc5200b"; + compatible = "fsl,mpc5200-immr"; revision = ""; // from bootloader device_type = "soc"; ranges = <0 f0000000 0000c000>; @@ -134,6 +134,13 @@ interrupt-parent = <&mpc5200_pic>; }; + [EMAIL PROTECTED] { + compatible = "mpc5200b-mscan\0mpc5200-mscan"; + interrupts = <2 11 0>; + interrupt-parent = <&mpc5200_pic>; + reg = <900 80>; + }; + [EMAIL PROTECTED] { compatible = "mpc5200b-mscan","mpc5200-mscan"; interrupts = <2 12 0>; @@ -155,7 +162,6 @@ interrupt-parent = <&mpc5200_pic>; }; - [EMAIL PROTECTED] { compatible = "mpc5200b-spi","mpc5200-spi"; reg = <f00 20>; @@ -216,10 +222,26 @@ [EMAIL PROTECTED] { device_type = "network"; compatible = "mpc5200b-fec","mpc5200-fec"; - reg = <3000 800>; + reg = <3000 400>; local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */ interrupts = <2 5 0>; interrupt-parent = <&mpc5200_pic>; + phy-handle = <&phy0>; + }; + + [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; + device_type = "mdio"; + compatible = "mpc5200b-fec-phy"; + reg = <3000 400>; // fec range, since we need to setup fec interrupts + interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. + interrupt-parent = <&mpc5200_pic>; + + phy0:[EMAIL PROTECTED] { + device_type = "ethernet-phy"; + reg = <0>; + }; }; [EMAIL PROTECTED] { @@ -230,11 +252,19 @@ }; [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; reg = <3d40 40>; interrupts = <2 10 0>; interrupt-parent = <&mpc5200_pic>; fsl5200-clocking; + + [EMAIL PROTECTED] { + device_type = "rtc"; + compatible = "dallas,ds1339"; + reg = <68>; + }; }; [EMAIL PROTECTED] { @@ -248,7 +278,8 @@ compatible = "fsl,lpb"; #address-cells = <2>; #size-cells = <1>; - ranges = <1 0 50000000 00010000 + ranges = <0 0 ff000000 01000000 + 1 0 50000000 00010000 2 0 50010000 00010000 3 0 50020000 00010000>; @@ -279,6 +310,16 @@ compatible = "promess,pro_module_dio"; reg = <3 800 2>; }; + + // 16-bit flash device at LocalPlus Bus CS0 + [EMAIL PROTECTED],0 { + compatible = "cfi-flash"; + reg = <0 0 01000000>; + bank-width = <2>; + device-width = <2>; + #size-cells = <1>; + #address-cells = <1>; + }; }; [EMAIL PROTECTED] { diff --git a/arch/powerpc/boot/dts/tqm5200.dts b/arch/powerpc/boot/dts/tqm5200.dts index 5017cec..54fb2a2 100644 --- a/arch/powerpc/boot/dts/tqm5200.dts +++ b/arch/powerpc/boot/dts/tqm5200.dts @@ -46,7 +46,7 @@ [EMAIL PROTECTED] { model = "fsl,mpc5200"; - compatible = "fsl,mpc5200"; + compatible = "fsl,mpc5200-immr"; revision = ""; // from bootloader device_type = "soc"; ranges = <0 f0000000 0000c000>; @@ -134,10 +134,26 @@ [EMAIL PROTECTED] { device_type = "network"; compatible = "mpc5200-fec"; - reg = <3000 800>; + reg = <3000 400>; local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */ interrupts = <2 5 0>; interrupt-parent = <&mpc5200_pic>; + phy-handle = <&phy0>; + }; + + [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; + device_type = "mdio"; + compatible = "mpc5200b-fec-phy"; + reg = <3000 400>; // fec range, since we need to setup fec interrupts + interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. + interrupt-parent = <&mpc5200_pic>; + + phy0:[EMAIL PROTECTED] { + device_type = "ethernet-phy"; + reg = <0>; + }; }; [EMAIL PROTECTED] { @@ -148,11 +164,19 @@ }; [EMAIL PROTECTED] { + #address-cells = <1>; + #size-cells = <0>; compatible = "mpc5200-i2c","fsl-i2c"; reg = <3d40 40>; interrupts = <2 10 0>; interrupt-parent = <&mpc5200_pic>; fsl5200-clocking; + + [EMAIL PROTECTED] { + device_type = "rtc"; + compatible = "dallas,ds1307"; + reg = <68>; + }; }; [EMAIL PROTECTED] { @@ -161,6 +185,23 @@ }; }; + lpb { + model = "fsl,lpb"; + compatible = "fsl,lpb"; + #address-cells = <2>; + #size-cells = <1>; + ranges = <0 0 fc000000 02000000>; + + [EMAIL PROTECTED],0 { + compatible = "cfi-flash"; + reg = <0 0 02000000>; + bank-width = <4>; + device-width = <2>; + #size-cells = <1>; + #address-cells = <1>; + }; + }; + [EMAIL PROTECTED] { #interrupt-cells = <1>; #size-cells = <2>; _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev