Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Annapurna Labs Alpine Platform Device Tree Bindings
2---------------------------------------------------------------
3
4Boards in the Alpine family shall have the following properties:
5
6* Required root node properties:
7compatible: must contain "al,alpine"
8
9* Example:
10
11/ {
12 model = "Annapurna Labs Alpine Dev Board";
13 compatible = "al,alpine";
14
15 ...
16}