mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
d919501fef
This patch creates the l4_cfg and l4_wkup interconnects for DRA7, and moves some of the generic peripherals under it. System control module support is added to the device tree also, and the existing SCM related functionality is moved under it. Signed-off-by: Tero Kristo <t-kristo@ti.com>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
L4 interconnect bindings
|
|
|
|
These bindings describe the OMAP SoCs L4 interconnect bus.
|
|
|
|
Required properties:
|
|
- compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus
|
|
Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus
|
|
Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus
|
|
Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus
|
|
Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus
|
|
Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus
|
|
Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus
|
|
Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus
|
|
Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus
|
|
Should be "ti,am3-l4-wkup" for AM33xx family l4 wkup bus
|
|
Should be "ti,am4-l4-wkup" for AM43xx family l4 wkup bus
|
|
- ranges : contains the IO map range for the bus
|
|
|
|
Examples:
|
|
|
|
l4: l4@48000000 {
|
|
compatible "ti,omap2-l4", "simple-bus";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges = <0 0x48000000 0x100000>;
|
|
};
|