/* * Copyright (c) 2023 STMicroelectronics * * SPDX-License-Identifier: Apache-2.0 * * Application overlay for i3c devices */ /**************************************** * PLEASE KEEP REG ADDRESSES SEQUENTIAL * ***************************************/ test_i3c_lps22hh: lps22hh@100000803E0000001 { compatible = "st,lps22hh"; reg = <0x1 0x00000803 0xE0000001>; assigned-address = <0x1>; drdy-gpios = <&test_gpio 0 0>; }; test_i3c_lps22df: lps22df@200000803E0000002 { compatible = "st,lps22df"; reg = <0x2 0x00000803 0xE0000002>; assigned-address = <0x2>; drdy-gpios = <&test_gpio 0 0>; }; test_i3c_lps28dfw: lps28dfw@300000803E0000003 { compatible = "st,lps28dfw"; reg = <0x3 0x00000803 0xE0000003>; assigned-address = <0x3>; drdy-gpios = <&test_gpio 0 0>; }; test_i3c_ilps22qs: ilps22qs@400000803E0000004 { compatible = "st,ilps22qs"; reg = <0x3 0x00000803 0xE0000004>; assigned-address = <0x4>; }; test_i3c_lsm6dsv16x: lsm6dsv16x@500000803E0000004 { compatible = "st,lsm6dsv16x"; reg = <0x5 0x00000803 0xE0000004>; assigned-address = <0x5>; int1-gpios = <&test_gpio 0 0>; int2-gpios = <&test_gpio 0 0>; accel-range = ; accel-odr = ; gyro-range = ; gyro-odr = ; };