Add dts descriptions for onboard 256 byte I2C eeprom (pcf8582C-2) and 16MB NOR flash (am29lv652d).
Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> Cc: Grant Likely <grant.lik...@secretlab.ca> --- arch/powerpc/boot/dts/lite5200.dts | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index 2b64d8e..da1dafb 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts @@ -255,6 +255,12 @@ compatible = "fsl,mpc5200-i2c","fsl-i2c"; reg = <0x3d40 0x40>; interrupts = <2 16 0>; + + eep...@50 { + compatible = "nxp,pcf8582c", "at24,24c02"; + reg = <0x50>; + }; + }; s...@8000 { compatible = "fsl,mpc5200-sram"; @@ -281,4 +287,22 @@ 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; }; + + localbus { + compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus"; + + #address-cells = <2>; + #size-cells = <1>; + + ranges = <0 0 0xff000000 0x00000000>; + + fl...@0,00000000 { + compatible = "amd,am29lv652d", "cfi-flash"; + reg = <0 0x00000000 0x01000000>; + bank-width = <1>; + #size-cells = <1>; + #address-cells = <1>; + }; + }; + }; -- 1.7.1 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev