Blame config-64.txt

8c5f35a
# Raspberry Pi 3
8c5f35a
[pi3]
b204e42
kernel=rpi3-u-boot.bin
b204e42
b204e42
# Put the RPi3 into 64 bit mode
b204e42
arm_control=0x200
b204e42
8c5f35a
# Default Fedora configs for all Raspberry Pi Revisions
8c5f35a
[all]
8c5f35a
# Early boot delay in the hope monitors are initialised enough to provide EDID
8c5f35a
bootcode_delay=1
8c5f35a
1fb1ee7
# We need this to be 32Mb to support VCHI services and drivers which use them
1fb1ee7
# but this isn't used by mainline VC4 driver so reduce to lowest supported value
365f414
# You need to set this to at least 80 for using the camera
1fb1ee7
gpu_mem=32
1fb1ee7
8c5f35a
# Use eXtended firmware by default
8c5f35a
start_x=1
8c5f35a
4bf316f
# New option to allow the firmware to load upstream dtb
4bf316f
# Will allow things like camera, touchscreen etc to work OOTB
4bf316f
upstream_kernel=1
4bf316f
4bf316f
# Without this sdram runs at 400mhz, instead of 450
4bf316f
# https://github.com/Hexxeh/rpi-firmware/issues/172
4bf316f
audio_pwm_mode=0
4bf316f
b204e42
# Enable UART
b204e42
# Only enable UART if you're going to use it as it has speed implications
b204e42
# Serial console is ttyS0 on RPi3 and ttyAMA0 on all other variants
b204e42
# u-boot will auto detect serial and pass corrent options to kernel if enabled
8c5f35a
# Speed details: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=141195
b204e42
# enable_uart=1
b204e42
81a2c95
# Allow OS rather than firmware control CEC
81a2c95
mask_gpu_interrupt1=0x100
81a2c95
4bf316f
# Other options you can adjust for all Raspberry Pi Revisions
7e5450d
# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md
b204e42
# All options documented at http://elinux.org/RPiconfig
b204e42
# for more options see http://elinux.org/RPi_config.txt