diff options
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-aquila.dtsi | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi b/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi index d1b0cadad48e..5ab59b0e944c 100644 --- a/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi @@ -10,12 +10,14 @@ / { aliases { + eeprom0 = &som_eeprom; ethernet0 = &enetc_port0; ethernet1 = &enetc_port2; i2c0 = &lpi2c3; i2c1 = &lpi2c2; mmc0 = &usdhc1; mmc1 = &usdhc2; + rtc0 = &rtc_i2c; serial2 = &lpuart1; }; @@ -30,6 +32,13 @@ enable-gpios = <&som_gpio_expander_0 6 GPIO_ACTIVE_HIGH>; }; + reg_vref_1p8v: regulator-vref-1p8v { + compatible = "regulator-fixed"; + regulator-max-microvolt = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-name = "VREF_V1.8"; + }; + reg_usdhc2_vmmc: regulator-usdhc2-vmmc { compatible = "regulator-fixed"; pinctrl-names = "default"; @@ -72,6 +81,12 @@ }; }; +/* Aquila ADC_[1-4] */ +&adc1 { + vref-supply = <®_vref_1p8v>; + status = "okay"; +}; + /* Aquila ETH_1 */ &enetc_port0 { pinctrl-names = "default"; @@ -171,6 +186,22 @@ "WIFI_WAKE_BT", "WIFI_WAKEUP_HOST"; }; + + rtc_i2c: rtc@32 { + compatible = "epson,rx8130"; + reg = <0x32>; + }; + + temperature-sensor@48 { + compatible = "ti,tmp1075"; + reg = <0x48>; + }; + + som_eeprom: eeprom@50 { + compatible = "st,24c02", "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; /* Aquila SPI_2 */ |