Documentation / devicetree / bindings / c6x / soc.txt


Based on kernel version 5.11. Page generated on 2021-02-15 21:59 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
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;

		...
	};