Skip to content

Instantly share code, notes, and snippets.

#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.14.0-rc3 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="armv7-alpine-linux-musleabihf-gcc (Alpine 14.3.0) 14.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=140300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24400
@faveoled
faveoled / rk3188-starway-andromeda-s8.dts
Last active July 15, 2025 17:57
Starway Andromeda S8 Linux
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2018 MundoReader S.L.
* Author: Heiko Stuebner <heiko.stuebner@bq.com>
*/
/dts-v1/;
#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h>
@faveoled
faveoled / exynos9820-beyond1lte.dts
Created February 7, 2026 12:59
Galaxy S10 Mainline DTS
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/dts-v1/;
#include "exynos9820.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
model = "Samsung Galaxy S10";
compatible = "samsung,s10", "samsung,exynos9820";
@faveoled
faveoled / pmos.config
Created March 3, 2026 09:30
pmOS configuration fragment
CONFIG_DEVTMPFS=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_SYN_COOKIES=y
CONFIG_SYSVIPC=y
CONFIG_VT=y
CONFIG_UEVENT_HELPER=y
CONFIG_USER_NS=y
@faveoled
faveoled / redmi-a3x.dts
Last active April 8, 2026 11:59
Redmi A3x DTS (Unisoc T603)
/dts-v1/;
/ {
interrupt-parent = <0x01>;
#address-cells = <0x02>;
#size-cells = <0x02>;
model = "Spreadtrum SP9863A-1H10 Board";
compatible = "sprd,sp9863a-1h10\0sprd,sc9863a";
sprd,sc-id = "sp9863a 1h10 1000";
// SPDX-License-Identifier: GPL-2.0-only
// Based on command information from the vendor device tree
#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/reset.h>
#include <drm/drm_mipi_dsi.h>