1 // SPDX-License-Identifier: GPL-2.0-only
3 * Device Tree Source for OMAP443x SoC
5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
13 /* OMAP443x variants OPP50-OPPNT */
21 clock-latency = <300000>; /* From legacy driver */
24 #cooling-cells = <2>; /* min followed by max */
29 #include "omap4-cpu-thermal.dtsi"
33 /* 4430 has only gpio_86 tshut and no talert interrupt */
34 bandgap: bandgap@4a002260 {
37 compatible = "ti,omap4430-bandgap";
38 gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
40 #thermal-sensor-cells = <0>;
45 abb_mpu: regulator-abb-mpu {
48 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>;
49 reg-names = "base-address", "int-address";
52 /*uV ABB efuse rbb_m fbb_m vset_m*/
61 /* Default unused, just provide register info for record */
62 abb_iva: regulator-abb-iva {
63 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>;
64 reg-names = "base-address", "int-address";
72 coefficients = <0 20000>;
75 /include/ "omap443x-clocks.dtsi"
78 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel
81 assigned-clocks = <&l3_gfx_clkctrl OMAP4_GPU_CLKCTRL 24>,
83 assigned-clock-rates = <0>, <307200000>;
84 assigned-clock-parents = <&dpll_per_m7x2_ck>;