sunxi-DT-overlays
sunxi-DT-overlays copied to clipboard
Device Tree overlays for sunxi devices running Armbian images with mainline kernel
This little patch add the pwm controller and the pin to h6 platform. Tested on a OrangePi Lite 2.
Added the UART 5 pins (the b configuration)
"can0_pins_a" is not correct, correct "can_ph_pins" or "can_pa_pins" because all files "sun7i-a20-*.dts" files has definition: can-pa-pins { pins = "PA16\0PA17"; function = "can"; phandle = < 0x63 >; }; can-ph-pins...
This is meant to support true power off by power switch for battery powered applications. The gpio-poweroff driver will toggle a pin if the system is halted. An external micro...