|
613 | 613 | };
|
614 | 614 | };
|
615 | 615 |
|
| 616 | + fragment@40 { |
| 617 | + target = <&i2cbus>; |
| 618 | + __dormant__ { |
| 619 | + #address-cells = <1>; |
| 620 | + #size-cells = <0>; |
| 621 | + status = "okay"; |
| 622 | + |
| 623 | + tcs3472: tcs3472@29 { |
| 624 | + compatible = "amstaos,tcs3472"; |
| 625 | + reg = <0x29>; |
| 626 | + interrupt-parent = <&gpio>; |
| 627 | + interrupts = <4 IRQ_TYPE_EDGE_RISING>; |
| 628 | + pinctrl-0 = <&int_pins>; |
| 629 | + pinctrl-names = "default"; |
| 630 | + }; |
| 631 | + }; |
| 632 | + }; |
| 633 | + |
| 634 | + fragment@41 { |
| 635 | + target = <&i2cbus>; |
| 636 | + __dormant__ { |
| 637 | + #address-cells = <1>; |
| 638 | + #size-cells = <0>; |
| 639 | + status = "okay"; |
| 640 | + |
| 641 | + veml6040: veml6040@10 { |
| 642 | + compatible = "vishay,veml6040"; |
| 643 | + reg = <0x10>; |
| 644 | + status = "okay"; |
| 645 | + }; |
| 646 | + }; |
| 647 | + }; |
| 648 | + |
616 | 649 | fragment@99 {
|
617 | 650 | target = <&gpio>;
|
618 | 651 | __dormant__ {
|
|
665 | 698 | hts221 = <0>,"+37+99";
|
666 | 699 | veml6075 = <0>,"+38";
|
667 | 700 | as73211 = <0>,"+39+99";
|
| 701 | + tcs3472 = <0>,"+40+99"; |
| 702 | + veml6040 = <0>,"+41"; |
668 | 703 |
|
669 | 704 | addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
|
670 | 705 | <&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
|
|
681 | 716 | <&mpu6050>, "interrupts:0",
|
682 | 717 | <&mpu9250>, "interrupts:0",
|
683 | 718 | <&hts221>, "interrupts:0",
|
684 |
| - <&as73211>, "interrupts:0"; |
| 719 | + <&as73211>, "interrupts:0", |
| 720 | + <&tcs3472>, "interrupts:0"; |
685 | 721 | no_timeout = <&jc42>, "smbus-timeout-disable?";
|
686 | 722 | reset_pin = <&bno055>,"reset-gpios:4", <0>,"+30";
|
687 | 723 | shunt_resistor = <&ina238>,"shunt-resistor:0";
|
|
0 commit comments