|
648 | 648 | };
|
649 | 649 | };
|
650 | 650 |
|
| 651 | + fragment@42 { |
| 652 | + target = <&i2cbus>; |
| 653 | + __dormant__ { |
| 654 | + #address-cells = <1>; |
| 655 | + #size-cells = <0>; |
| 656 | + status = "okay"; |
| 657 | + |
| 658 | + adxl345: adxl345@53 { |
| 659 | + compatible = "adi,adxl345"; |
| 660 | + reg = <0x53>; |
| 661 | + interrupt-parent = <&gpio>; |
| 662 | + interrupts = <4 IRQ_TYPE_LEVEL_HIGH>; |
| 663 | + pinctrl-0 = <&int_pins>; |
| 664 | + pinctrl-names = "default"; |
| 665 | + }; |
| 666 | + }; |
| 667 | + }; |
| 668 | + |
651 | 669 | fragment@99 {
|
652 | 670 | target = <&gpio>;
|
653 | 671 | __dormant__ {
|
|
702 | 720 | hdc3020 = <0>,"+39+99";
|
703 | 721 | as73211 = <0>,"+40+99";
|
704 | 722 | as7331 = <0>,"+41+99";
|
| 723 | + adxl345 = <0>,"+42+99"; |
705 | 724 |
|
706 | 725 | addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
|
707 | 726 | <&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
|
|
713 | 732 | <&bno055>,"reg:0", <&sht4x>,"reg:0",
|
714 | 733 | <&bmp380>,"reg:0", <&adt7410>,"reg:0", <&ina238>,"reg:0",
|
715 | 734 | <&hdc3020>,"reg:0", <&as73211>,"reg:0",
|
716 |
| - <&as7331>,"reg:0"; |
| 735 | + <&as7331>,"reg:0", <&adxl345>,"reg:0"; |
717 | 736 | int_pin = <&int_pins>, "brcm,pins:0",
|
718 | 737 | <&int_pins>, "reg:0",
|
719 | 738 | <&max30102>, "interrupts:0",
|
|
722 | 741 | <&hts221>, "interrupts:0",
|
723 | 742 | <&hdc3020>, "interrupts:0",
|
724 | 743 | <&as73211>, "interrupts:0",
|
725 |
| - <&as7331>, "interrupts:0"; |
| 744 | + <&as7331>, "interrupts:0", |
| 745 | + <&adxl345>, "interrupts:0"; |
726 | 746 | no_timeout = <&jc42>, "smbus-timeout-disable?";
|
727 | 747 | reset_pin = <&bno055>,"reset-gpios:4", <0>,"+30";
|
728 | 748 | shunt_resistor = <&ina238>,"shunt-resistor:0";
|
|
0 commit comments