diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-02 16:12:37 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 22:45:36 (GMT) |
commit | 9093067ad11b22c967b0cbf5532ecb25b0d7d983 (patch) | |
tree | 0e9df4139b243d8e8fdaf1dca77600e269ae9850 /arch/powerpc/boot/dts | |
parent | 0d81df8701d0972117008911bf00ebb1eef1471f (diff) | |
download | linux-fsl-qoriq-9093067ad11b22c967b0cbf5532ecb25b0d7d983.tar.xz |
powerpc/86xx: Support for NVRAM on GE Fanuc's SBC310
Add support for NVRAM on GE Fanuc's SBC310.
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_sbc310.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts index 2107d3c..820c2b3 100644 --- a/arch/powerpc/boot/dts/gef_sbc310.dts +++ b/arch/powerpc/boot/dts/gef_sbc310.dts @@ -115,6 +115,12 @@ }; }; + nvram@3,0 { + device_type = "nvram"; + compatible = "simtek,stk14ca8"; + reg = <0x3 0x0 0x20000>; + }; + fpga@4,0 { compatible = "gef,fpga-regs"; reg = <0x4 0x0 0x40>; |