3dfef53610
Add preliminary device trees for the Apple M1 mini (2020) and Apple M1 Macbook Pro 13" (2020). Device tree bindings for the Apple M1 SoC are still being formalized and these device trees will be synchronized with the Linux kernel as needed. The device trees in this commit are based on the initial Apple M1 device trees from Linux 5.13, nodes for dart, pcie, pinctrl, pmgr, usb based on bindings on track for inclusion in Linux 5.15 and 5.16 and nodes for i2c, mailbox, nvme, pmu, spmi and watchdog that don't have a proposed binding yet. These device trees are provided as a reference only as U-Boot uses the device tree passed by the m1n1 bootloader. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
21 lines
537 B
Plaintext
21 lines
537 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_APPLE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_MMC is not set
|
|
# CONFIG_NET is not set
|
|
CONFIG_VIDEO_SIMPLE=y
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
CONFIG_USB_KEYBOARD=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_USE_PREBOOT=y
|
|
CONFIG_PREBOOT="usb start"
|
|
CONFIG_SYS_LOAD_ADDR=0x880000000
|
|
# CONFIG_GENERATE_SMBIOS_TABLE is not set
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DEBUG_UART_ANNOUNCE=y
|
|
CONFIG_DEBUG_UART_BASE=0x235200000
|
|
CONFIG_DEBUG_UART_CLOCK=240000
|