├── LICENSE ├── README.md ├── examples ├── button_led.py ├── simple_input.py └── simple_out.py ├── headers ├── tegra234-gpio.h ├── tegra234-p3767-0000-common-hdr40.dtsi └── tegra234-p3767-0000-common.h ├── patch-for-pinctrl-sfsel.sh ├── pin7_as_gpio.dts └── pinctrl-tegra-sfsel.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/README.md -------------------------------------------------------------------------------- /examples/button_led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/examples/button_led.py -------------------------------------------------------------------------------- /examples/simple_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/examples/simple_input.py -------------------------------------------------------------------------------- /examples/simple_out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/examples/simple_out.py -------------------------------------------------------------------------------- /headers/tegra234-gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/headers/tegra234-gpio.h -------------------------------------------------------------------------------- /headers/tegra234-p3767-0000-common-hdr40.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/headers/tegra234-p3767-0000-common-hdr40.dtsi -------------------------------------------------------------------------------- /headers/tegra234-p3767-0000-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/headers/tegra234-p3767-0000-common.h -------------------------------------------------------------------------------- /patch-for-pinctrl-sfsel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/patch-for-pinctrl-sfsel.sh -------------------------------------------------------------------------------- /pin7_as_gpio.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/pin7_as_gpio.dts -------------------------------------------------------------------------------- /pinctrl-tegra-sfsel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/jetson-orin-gpio-patch/HEAD/pinctrl-tegra-sfsel.patch --------------------------------------------------------------------------------