One of the things I find very frustrating when working with device trees is that often the entries are split over several different files. This is great when you want to support several different boards that are only differ slightly… Read more
Tag: Device Tree
Setting a GPIO pin from the Device Tree on AM335x, OSD335x and Beaglebones
It seems like a common enough thing to want to do – set a GPIO pin high or low at boot. The first thing you will need to do is find the name of the GPIO pin you want to… Read more
Pinmux for Beaglebone Black, AM335x and OSD335x
I keep finding that I need to translate GPIO pin names and numbers depending on if I am talking to our hardware designer, writing DTBs or looking up solutions based on the BeagleBone Black. This normally involves looking up data… Read more