Skip to content

Instantly share code, notes, and snippets.

View thejasvikonduru's full-sized avatar

thejasvikonduru

View GitHub Profile
@thejasvikonduru
thejasvikonduru / gist:69605fed0b1d13450ea0568133070a7a
Created May 9, 2023 09:40
Output of main and wakeup pinmux information after the changes
root@j784s4-evm:~# cat /sys/kernel/debug/pinctrl/*.pinctrl-*/pins
registered pins: 72
pin 0 (PIN0) 0:? 11c000 00004007 pinctrl-single
pin 1 (PIN1) 0:? 11c004 08214007 pinctrl-single
pin 2 (PIN2) 0:? 11c008 08214007 pinctrl-single
pin 3 (PIN3) 0:? 11c00c 08214007 pinctrl-single
pin 4 (PIN4) 0:? 11c010 08214007 pinctrl-single
pin 5 (PIN5) 0:? 11c014 08214007 pinctrl-single
pin 6 (PIN6) 0:? 11c018 08214007 pinctrl-single
pin 7 (PIN7) 0:? 11c01c 08214007 pinctrl-single
@thejasvikonduru
thejasvikonduru / gist:e217edf4839c348793a5671aa9331595
Last active May 9, 2023 09:46
Output of main and wakeup pinmux information before the pinmux changes
root@j784s4-evm:/sys/kernel/debug/pinctrl# ls
11c000.pinctrl-pinctrl-single 4301c000.pinctrl-pinctrl-single pinctrl-devices pinctrl-handles pinctrl-maps
root@j784s4-evm:/sys/kernel/debug/pinctrl# cd 11c000.pinctrl-pinctrl-single/
root@j784s4-evm:/sys/kernel/debug/pinctrl/11c000.pinctrl-pinctrl-single# ls
gpio-ranges pingroups pinmux-functions pinmux-pins pins
root@j784s4-evm:/sys/kernel/debug/pinctrl/11c000.pinctrl-pinctrl-single# cat pins
registered pins: 72
pin 0 (PIN0) 0:? 11c000 00004007 pinctrl-single
pin 1 (PIN1) 0:? 11c004 08214007 pinctrl-single
pin 2 (PIN2) 0:? 11c008 08214007 pinctrl-single
@thejasvikonduru
thejasvikonduru / gist:05b1a8e0fd8176116b7a3cc4e43b244a
Last active May 9, 2023 09:46
Output of main and wakeup pinmux information after the pinmux changes
root@j784s4-evm:~# cat /sys/kernel/debug/pinctrl/*.pinctrl-*/pins
registered pins: 72
pin 0 (PIN0) 0:? 11c000 00004007 pinctrl-single
pin 1 (PIN1) 0:? 11c004 08214007 pinctrl-single
pin 2 (PIN2) 0:? 11c008 08214007 pinctrl-single
pin 3 (PIN3) 0:? 11c00c 08214007 pinctrl-single
pin 4 (PIN4) 0:? 11c010 08214007 pinctrl-single
pin 5 (PIN5) 0:? 11c014 08214007 pinctrl-single
pin 6 (PIN6) 0:? 11c018 08214007 pinctrl-single
pin 7 (PIN7) 0:? 11c01c 08214007 pinctrl-single