Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: socfpga: add ltc2497 on arria10 devkit

Add the two ltc2497 devices that are on the SoCFPGA Arria10
Socdk board at addresses 0x14 and 0x16.

Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Alan Tull and committed by
Dinh Nguyen
d9b9f805 9aa0cae1

+19
+19
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
··· 48 48 }; 49 49 }; 50 50 51 + ref_033v: 033-v-ref { 52 + compatible = "regulator-fixed"; 53 + regulator-name = "0.33V"; 54 + regulator-min-microvolt = <330000>; 55 + regulator-max-microvolt = <330000>; 56 + }; 57 + 51 58 soc { 52 59 clkmgr@ffd04000 { 53 60 clocks { ··· 134 127 clock-frequency = <100000>; 135 128 i2c-sda-falling-time-ns = <6000>; 136 129 i2c-scl-falling-time-ns = <6000>; 130 + 131 + adc@14 { 132 + compatible = "lltc,ltc2497"; 133 + reg = <0x14>; 134 + vref-supply = <&ref_033v>; 135 + }; 136 + 137 + adc@16 { 138 + compatible = "lltc,ltc2497"; 139 + reg = <0x16>; 140 + vref-supply = <&ref_033v>; 141 + }; 137 142 138 143 eeprom@51 { 139 144 compatible = "atmel,24c32";