Lines Matching +full:k3 +full:- +full:am654
1 Bindings for HyperBus Memory Controller (HBMC) on TI's K3 family of SoCs
4 - compatible : "ti,am654-hbmc" for AM654 SoC
5 - reg : Two entries:
9 - ranges : Address translation from offset within CS to allocated MMIO
13 - mux-controls : phandle to the multiplexer that controls selection of
16 See Documentation/devicetree/bindings/mux/reg-mux.txt
17 for mmio-mux binding details
21 system-controller@47000000 {
22 compatible = "syscon", "simple-mfd";
24 #address-cells = <2>;
25 #size-cells = <2>;
29 compatible = "mmio-mux";
30 #mux-control-cells = <1>;
31 mux-reg-masks = <0x4 0x2>; /* 0: reg 0x4, bit 1 */
36 compatible = "ti,am654-hbmc";
39 power-domains = <&k3_pds 55>;
40 #address-cells = <2>;
41 #size-cells = <1>;
42 ranges = <0x0 0x0 0x5 0x00000000 0x4000000>, /* CS0 - 64MB */
43 <0x1 0x0 0x5 0x04000000 0x4000000>; /* CS1 - 64MB */
44 mux-controls = <&hbmc_mux 0>;
48 compatible = "cypress,hyperflash", "cfi-flash";