1Broadcom BCM21664 device tree bindings
2--------------------------------------
3
4This document describes the device tree bindings for boards with the BCM21664
5SoC.
6
7Required root node property:
8  - compatible: brcm,bcm21664
9
10Example:
11	/ {
12		model = "BCM21664 SoC";
13		compatible = "brcm,bcm21664";
14		[...]
15	}
16