diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-02 16:12:44 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 22:45:37 (GMT) |
commit | 3bc265627a0e163acebd35235454c525ea020804 (patch) | |
tree | d23788ed5d3c935e534284123ef961d56e399b1f /arch/powerpc/boot/dts | |
parent | 9093067ad11b22c967b0cbf5532ecb25b0d7d983 (diff) | |
download | linux-fsl-qoriq-3bc265627a0e163acebd35235454c525ea020804.tar.xz |
powerpc/86xx: Support for NVRAM on GE Fanuc's PPC9A
Add support for NVRAM on GE Fanuc's PPC9A.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_ppc9a.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts index 910944e..c86114e 100644 --- a/arch/powerpc/boot/dts/gef_ppc9a.dts +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts @@ -118,6 +118,12 @@ }; }; + nvram@3,0 { + device_type = "nvram"; + compatible = "simtek,stk14ca8"; + reg = <0x3 0x0 0x20000>; + }; + fpga@4,0 { compatible = "gef,ppc9a-fpga-regs"; reg = <0x4 0x0 0x40>; |