summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/tegra132-tn8-dfll.dtsi
blob: fee6c070b23d6519003a6c0e6e120f34e4a24303 (plain)
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
/ {
	dfll@70040084 {
		board-params = <&{/cpu_dfll_board_params}>;
		i2c-pmic-integration = <&{/cpu_dfll_pmic_integration}>;
		monitor-data-new-workaround;
		status = "okay";
	};

	cpu_dfll_board_params {
		sample-rate = <12500>;
		fixed-output-forcing;
		cf = <10>;
		ci = <0>;
		cg = <2>;
		droop-cut-value = <0xf>;
		droop-restore-ramp = <0x0>;
		scale-out-ramp = <0x0>;
	};

	cpu_dfll_pmic_integration {
		pmic-i2c-address = <0xb0>;
		pmic-i2c-voltage-register = <0x23>;
		i2c-fs-rate = <400000>;
		sel-conversion-slope = <1>;
		pmic-undershoot-gb = <100>;
	};
};