Skip to content

Instantly share code, notes, and snippets.

/*
compiled it with:
dtc -@ -I dts -O dtb -o mmc_spi.dtbo mmc_spi.dts
load with:
sudo dtoverlay -d . mmc_spi
*/
/dts-v1/;
/plugin/;
/ {
# Modified code by CrazyT
#
# For orginal view notes below:
#
# Proof-of-concept code for reading data from a Wifi microscope.
# See https://www.chzsoft.de/site/hardware/reverse-engineering-a-wifi-microscope/.
# Copyright (c) 2020, Christian Zietz <czietz@gmx.net>
#
# Redistribution and use in source and binary forms, with or without