zephyr/dts
Kumar Gala 3d14374c5e scripts/dts/edtlib.py: add 'const' support to bindings
Add a 'const' property to bindings for any properties that are expected
to have a specifi known value.  For example, #address-cells for an I2C
bus should always be '1'.  So we can do something like the following in
the I2C bus binding:

    "#address-cells":
      type: int
      category: required
      const: 1

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 10:25:02 -05:00
..
arc boards: hsdk: add initial support of ARC HS Development Kit 2019-08-10 20:11:29 +02:00
arm dts/arm: Add support for the watchdog in MEC1501hsz 2019-09-07 09:56:58 -04:00
bindings scripts/dts/edtlib.py: add 'const' support to bindings 2019-09-07 10:25:02 -05:00
common
nios2 dts: nios2: Remove device_type = "memory" from SRAM nodes 2019-08-06 08:59:22 -04:00
posix
riscv riscv: add a qemu_riscv64 board 2019-08-09 09:11:45 -05:00
x86 x86: ia32: do not use the first megabyte 2019-08-07 12:50:53 -07:00
xtensa dts: Add information about system bus frequency to the dts 2019-07-17 21:53:36 +02:00
Kconfig