[INGENIC] Add sensor configs (#639)

pull/644/head
Dmitry Ermakov 2023-02-12 00:21:06 +03:00 committed by GitHub
parent 8362c65b83
commit 98e3bca726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 291 additions and 0 deletions

View File

@ -0,0 +1,6 @@
sensor:
name: gc2053
address: 0x37
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf22
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf23
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf37
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh42
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh62
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735b
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov4689
address: 0x36
width: 2048
height: 1520
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ps5260
address: 0x48
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232h
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2335
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -14,6 +14,7 @@ define INGENIC_OSDRV_T20_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/script/S95ingenic $(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/script/S95ingenic
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor $(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/sensor/*.yaml
# $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/sensor/params/*.bin # $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/sensor/params/*.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/sensor/params/jxf22.bin $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t20/files/sensor/params/jxf22.bin

View File

@ -0,0 +1,6 @@
sensor:
name: gc2053
address: 0x37
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf22
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf23
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf37
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh42
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh62
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxq03
address: 0x40
width: 2304
height: 1296
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxq03p
address: 0x40
width: 2304
height: 1296
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735b
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov4689
address: 0x36
width: 2048
height: 1520
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ps5260
address: 0x48
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232h
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2335
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc5235
address: 0x30
width: 2560
height: 1920
bus: i2c

View File

@ -14,6 +14,7 @@ define INGENIC_OSDRV_T21_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/script/S95ingenic $(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/script/S95ingenic
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor $(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/sensor/*.yaml
# $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/sensor/params/*.bin # $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/sensor/params/*.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/sensor/params/jxf23-t21.bin $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t21/files/sensor/params/jxf23-t21.bin

View File

@ -0,0 +1,6 @@
sensor:
name: gc2053
address: 0x37
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: gc4653
address: 0x29
width: 2560
height: 1440
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: imx307
address: 0x1a
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: imx335
address: 0x1a
width: 2592
height: 1920
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf22
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf23
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxf37
address: 0x40
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh42
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxh62
address: 0x30
width: 1280
height: 720
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxq03
address: 0x40
width: 2304
height: 1296
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: jxq03p
address: 0x40
width: 2304
height: 1296
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov2735b
address: 0x3c
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ov4689
address: 0x36
width: 2048
height: 1520
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: ps5260
address: 0x48
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2232h
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc2335
address: 0x30
width: 1920
height: 1080
bus: i2c

View File

@ -0,0 +1,6 @@
sensor:
name: sc5235
address: 0x30
width: 2560
height: 1920
bus: i2c

View File

@ -14,6 +14,7 @@ define INGENIC_OSDRV_T31_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/script/S95ingenic $(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/script/S95ingenic
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor $(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/sensor/*.yaml
# $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/sensor/params/*.bin # $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/sensor/params/*.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/sensor/params/gc2053-t31.bin $(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/sensor/params/gc2053-t31.bin