BB-SPIDEV0-00A0
(which is strange to me because I though the first digit was the SPI bus and I think P9_30 and P9_31 are SPI 1 and not SPI bus 0.)
You can’t totally rely on the numbering as Linux will number them as it sees fit,
unless you aliases
them in place, as is sometimes seen in the device-tree.
You are however right in assuming that /dev/spidev[n].[m]
means n
= controller, m
= channel.
By the way, did you ever get that data line to behave and hit zero volts as it’s supposed to?