1using "platforms/cpus/renesas-r7fa6m5b.repl"
2
3port6:
4    1 -> led_blue@0
5    9 -> led_green@0
6    10 -> led_red@0
7
8led_red: Miscellaneous.LED @ port6 10
9
10led_green: Miscellaneous.LED @ port6 9
11
12led_blue: Miscellaneous.LED @ port6 1
13
14button: Miscellaneous.Button @ port8 4
15    -> port8@4
16
17hs3001: Sensors.HS3001 @ iic0 0x44
18
19iaq: Sensors.ZMOD4xxx @ iic0 0x32
20    model: Model.ZMOD4410
21    IRQ -> icu@5
22
23oaq: Sensors.ZMOD4xxx @ iic0 0x33
24    model: Model.ZMOD4510
25    IRQ -> icu@16
26
27barometer: Sensors.ICP_101xx @ iic0 0x63
28
29icm: Sensors.ICM20948 @ iic0 0x68
30    IRQ -> port0@8
31
32magnetometer: Sensors.AK09916 @ icm 0xC
33