nRF5340DK Devicetree File

Dear, I am new to Nordic. I trying to understand the various Defines for nRF5340DK kit using Devicetree.dts file. In that, I had look on SW0 defines.

1. The gpio0 reg is defined at addres at 0x842500, but what is 0x300 ? 

2. Similarly, where led0 etc and buton0 etc are defined. gpios = < &gpio0 0x1c 0x1 >; is written. What is 0xic and 0x1 in this ?,

    For button0, gpios = < &gpio0 0x17 0x11 >; what is 0x17 and 0x11 ? 

Related