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