Path: blob/main/sys/contrib/device-tree/Bindings/bus/brcm,gisb-arb.txt
48376 views
Broadcom GISB bus Arbiter controller12Required properties:34- compatible:5"brcm,bcm7278-gisb-arb" for V7 28nm chips6"brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips7"brcm,bcm7435-gisb-arb" for newer 40nm chips8"brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips9"brcm,bcm7038-gisb-arb" for 130nm chips10- reg: specifies the base physical address and size of the registers11- interrupts: specifies the two interrupts (timeout and TEA) to be used from12the parent interrupt controller. A third optional interrupt may be specified13for breakpoints.1415Optional properties:1617- brcm,gisb-arb-master-mask: 32-bits wide bitmask used to specify which GISB18masters are valid at the system level19- brcm,gisb-arb-master-names: string list of the litteral name of the GISB20masters. Should match the number of bits set in brcm,gisb-master-mask and21the order in which they appear2223Example:2425gisb-arb@f0400000 {26compatible = "brcm,gisb-arb";27reg = <0xf0400000 0x800>;28interrupts = <0>, <2>;29interrupt-parent = <&sun_l2_intc>;3031brcm,gisb-arb-master-mask = <0x7>;32brcm,gisb-arb-master-names = "bsp_0", "scpu_0", "cpu_0";33};343536