aboutsummaryrefslogtreecommitdiff
path: root/src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-19 16:04:55 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-19 16:04:55 +0000
commit48aa10e065908667e32e3aab09f1c787cd127470 (patch)
tree141762c42a29902f49f1d104ba845bff099f3c9f /src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
parent1fcc28bca1057f051708a8fc59129ea42c574693 (diff)
downloadsrc-48aa10e065908667e32e3aab09f1c787cd127470.tar.gz
src-48aa10e065908667e32e3aab09f1c787cd127470.zip
Import device-tree files from Linux 6.8vendor/device-tree/6.8vendor/device-tree
Diffstat (limited to 'src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts')
-rw-r--r--src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts b/src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
index 0062667c4f65..8a18ce948450 100644
--- a/src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
+++ b/src/arm64/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts
@@ -30,8 +30,20 @@
&uart_B {
bluetooth {
compatible = "realtek,rtl8822cs-bt";
- enable-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>;
+ enable-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>;
host-wake-gpios = <&gpio GPIOZ_8 GPIO_ACTIVE_HIGH>;
device-wake-gpios = <&gpio GPIOZ_6 GPIO_ACTIVE_HIGH>;
};
};
+
+&i2c_AO {
+ /* EEPROM on base board */
+ eeprompd: eeprom@56 {
+ compatible = "atmel,24c64";
+ reg = <0x56>;
+ pagesize = <0x20>;
+ label = "eeprompd";
+ address-width = <0x10>;
+ vcc-supply = <&vddao_3v3>;
+ };
+};