Difference between revisions of "Unit BootRPi"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- ''To be documented'' === Constants === ---- ''To be documented'' === Type definitions === ---- ''To...")
 
Line 5: Line 5:
 
----
 
----
  
''To be documented''
+
'''Raspberry Pi'''
 +
 
 +
SoC: Broadcom BCM2835
 +
 +
CPU: ARM1176 (ARMv6) (1 @ 700MHz)
 +
 +
Cache: L1 16KB / L2 128KB (Shared with GPU)
 +
 +
FPU: VFPV2
 +
 +
GPU: Broadcom VideoCore IV (VC4)
 +
 +
RAM: 512MB (256MB on Model A/A+)
 +
 +
USB: Synopsys DesignWare Hi-Speed USB 2.0 On-The-Go Controller (DWCOTG)
 +
 +
LAN: SMSC LAN9512 (SMSC LAN9514 on Model B+ / No LAN on Model A/A+/Zero) (SMSC95XX)
 +
 
 +
SD/MMC: Arasan (BCM2708)
 +
 +
WiFi: (None)
 +
 +
Bluetooth: (None)
 +
 +
Other: GPIO / SPI / I2C / I2S / PL011 (UART) / PWM / SMI / Watchdog (PM) / Random (RNG) / Timer ???
  
 
=== Constants ===
 
=== Constants ===

Revision as of 02:20, 21 October 2016

Return to Unit Reference


Description


Raspberry Pi

SoC: Broadcom BCM2835

CPU: ARM1176 (ARMv6) (1 @ 700MHz)

Cache: L1 16KB / L2 128KB (Shared with GPU)

FPU: VFPV2

GPU: Broadcom VideoCore IV (VC4)

RAM: 512MB (256MB on Model A/A+)

USB: Synopsys DesignWare Hi-Speed USB 2.0 On-The-Go Controller (DWCOTG)

LAN: SMSC LAN9512 (SMSC LAN9514 on Model B+ / No LAN on Model A/A+/Zero) (SMSC95XX)

SD/MMC: Arasan (BCM2708)

WiFi: (None)

Bluetooth: (None)

Other: GPIO / SPI / I2C / I2S / PL011 (UART) / PWM / SMI / Watchdog (PM) / Random (RNG) / Timer ???

Constants


To be documented

Type definitions


To be documented

Public variables


To be documented

Function declarations


To be documented


Return to Unit Reference