Any resource to access the thingy:91x onboard sensors values displayed to the serial?

Hi, Is there any resource or sample project to print the thingy:91x onboard sensor values to the serial using the printk? I tried myself with 

#define BME680_NODE DT_NODELABEL(bme680)
#define BMM350_NODE DT_NODELABEL(magnetometer)
#define BMI270_NODE DT_NODELABEL(accelerometer_hp)

but it does not work as expected. I got resource from reading the device tree, but not worked. Any help appreciated. Thanks,  
Related