Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 6c29b42e7c35bf1c8b4da9150caf55f6 > files > 654

kernel-doc-3.3.8-2.mga2.noarch.rpm

C6X System-on-Chip
------------------

Required properties:

- compatible: "simple-bus"
- #address-cells: must be 1
- #size-cells: must be 1
- ranges

Optional properties:

- model: specific SoC model

- nodes for IP blocks within SoC


Example:

	soc {
		compatible = "simple-bus";
		model = "tms320c6455";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		...
	};