Hi, I forgot something. On Fri, Apr 03, 2015 at 09:13:20PM +0200, Alexander Aring wrote: > On Fri, Apr 03, 2015 at 02:45:30PM -0400, Michael C. Cambria wrote: > > > > Hi Alex, > > > > Do you happen to have the pin mapping & device tree overlay needed for the > > Openlabs at86rf233 [0] to run on BeagleBone Black (BBB)? > > > > I only have a few Pi's but do have a few spare BBB I could use. I'd rather > > not experiment an ruin either the BBB or at86rf233 if this information is > > known. > > > > What I can give you are my dts entries for the BeagleBone (white), > pinout should be the same: > > &am33xx_pinmux { > spi1_pins: pinmux_spi1_pins { > pinctrl-single,pins = < > 0x190 0x33 /* mcasp0_aclkx.spi1_sclk, INPUT_PULLUP | MODE3 (special mode input for clock) */ > 0x194 0x33 /* mcasp0_fsx.spi1_d0, INPUT_PULLUP | MODE3 */ > 0x198 0x13 /* mcasp0_axr0.spi1_d1, OUTPUT_PULLUP | MODE3 */ > 0x19c 0x13 /* mcasp0_ahclkr.spi1_cs0, OUTPUT_PULLUP | MODE3 */ > 0x1a4 0x2f /* mcasp0_fsr.gpio3_19, INPUT, PULL DISABLED | MODE7 */ You should also declare your pinmux for your reset output pin here. The first magic values you will get from the am33xx datasheet, If I remember correctly that are some offset addresses. But I am sure there exists also a lot of example outside in the www. > >; > }; > }; > - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html