This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
92273c5754
zephyr
/
dts
/
bindings
/
serial
/
st,stm32-uart.yaml
6 lines
87 B
YAML
Raw
Normal View
History
Unescape
Escape
dts: bindings: Remove 'title:' and put all info. into 'description:' Add any useful information from 'title:' to the 'description:' strings (e.g. explanations of acronyms), and remove 'title:' as well as any copy-pasted "this binding gives a ..." boilerplate. Also clean some description strings up a bit. Some other things could probably be cleaned up (replacing 'GPIO node' with 'GPIO controller' on controllers for consistency, for example), but I kept things close to the original to avoid accidentally messing up. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-19 15:39:11 +08:00
description
:
STM32 UART
dts: stm32: uart nodes were missing yaml description This commit fixes uart only nodes situation for stm32 devices. st,stm32-uart yaml description is added to enable compilation Change-Id: Iea78693bdfb90fbb09612b75685ed7ca0ccca6d6 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-05-18 22:08:30 +08:00
scripts: dts: Simplify and improve 'compatible' matching Instead of properties: compatible: constraint: "foo" , just have compatible: "foo" at the top level of the binding. For backwards compatibility, the old 'properties: compatible: ...' form is still accepted for now, and is treated the same as a single-element 'compatible:'. The old syntax was inspired by dt-schema (though it isn't dt-schema-compatible), which is in turn a thin wrapper around json-schema (the idea is to transform .dts files into YAML and then verify them). Maybe the idea was to gradually switch the syntax over to dt-schema and then be able to use unmodified dt-schema bindings, but dt-schema is really a different kind of tool (a completely standalone linter), and works very differently from our stuff (see schemas/dt-core.yaml in the dt-schema repo to get an idea of just how differently). Better to keep it simple. This commit also piggybacks some clarifications to the binding template re. '#cells:'. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-08-20 02:32:25 +08:00
compatible
:
"st,stm32-uart"
dts: bindings: serial: Add common bindings for STM32 serial driver. There are 3 bindings for STM32 serial driver: st,stm32-uart.yaml st,stm32-usart.yaml st,stm32-lpuart.yaml Add a common st,stm32-uart-base.yaml that would be included by these 3 bindings an would group common properties. Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
2022-08-18 20:37:05 +08:00
include
:
st,stm32-uart-base.yaml