DTS: format files using dts-linter 0.3.7-hotfix2
- Ensure that properties have 2 new lines when node is above it. - Enures that 1 new line is required between a node and #if/#ifdef... - Enures that 2 new line are required between #endif and node. - Wraps property values that exceed 100 characters in length. Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
This commit is contained in:
committed by
Anas Nashif
parent
d726022f83
commit
bbff45f1c4
@@ -155,6 +155,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <20000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -173,6 +173,7 @@ arduino_spi: &spi0 {
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <DT_FREQ_M(24)>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
pin-id = <5>;
|
||||
prescaler = <1>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
pin-id = <5>;
|
||||
prescaler = <1>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
pin-id = <5>;
|
||||
prescaler = <1>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -379,6 +379,7 @@ zephyr_udc0: &usbhs {
|
||||
disk-name = "SD2";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pinctrl-0 = <&pinmux_usdhc>;
|
||||
pinctrl-names = "default";
|
||||
mmc-hs200-1_8v;
|
||||
|
||||
@@ -361,6 +361,7 @@ i2s1: &flexcomm3 {
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pinctrl-0 = <&pinmux_usdhc>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
@@ -457,6 +457,7 @@ zephyr_udc0: &usb0 {
|
||||
disk-name = "SD2";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pinctrl-0 = <&pinmux_usdhc>;
|
||||
pinctrl-names = "default";
|
||||
mmc-hs200-1_8v;
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
disk-name = "SD2";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
bus-width = <8>;
|
||||
mmc-hs200-1_8v;
|
||||
mmc-hs400-1_8v;
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <20000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
vsync-active = <0>;
|
||||
clock-frequency = <9210240>;
|
||||
};
|
||||
|
||||
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
||||
data-bus-width = "16-bit";
|
||||
backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
vsync-active = <0>;
|
||||
clock-frequency = <9210240>;
|
||||
};
|
||||
|
||||
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
||||
data-bus-width = "16-bit";
|
||||
backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
*/
|
||||
clock-frequency = <62346240>;
|
||||
};
|
||||
|
||||
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
||||
data-bus-width = "24-bit";
|
||||
backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
*/
|
||||
clock-frequency = <62346240>;
|
||||
};
|
||||
|
||||
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
||||
data-bus-width = "24-bit";
|
||||
backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -47,5 +47,6 @@
|
||||
hfront-porch = <4>;
|
||||
vfront-porch = <35>;
|
||||
};
|
||||
|
||||
backlight-gpios = <&lcd_expansion_rtk7eka6m3b00001bu 39 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
@@ -58,5 +58,6 @@
|
||||
hfront-porch = <72>;
|
||||
vfront-porch = <17>;
|
||||
};
|
||||
|
||||
backlight-gpios = <&renesas_mipi_connector 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <24000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <DT_FREQ_M(24)>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <DT_FREQ_M(8)>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -404,6 +404,7 @@ zephyr_udc0: &usbotg_fs {
|
||||
hfront-porch = <160>;
|
||||
vfront-porch = <12>;
|
||||
};
|
||||
|
||||
def-back-color-red = <0xFF>;
|
||||
def-back-color-green = <0xFF>;
|
||||
def-back-color-blue = <0xFF>;
|
||||
|
||||
@@ -187,6 +187,7 @@
|
||||
status = "disabled";
|
||||
disk-name = "SD";
|
||||
};
|
||||
|
||||
power-delay-ms = <1500>;
|
||||
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 10>;
|
||||
};
|
||||
|
||||
@@ -515,7 +515,8 @@
|
||||
compatible = "nxp,flexcan";
|
||||
reg = <0x40024000 0x1000>;
|
||||
interrupts = <75 0>, <76 0>, <77 0>, <78 0>, <79 0>, <80 0>;
|
||||
interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning", "rx-warning", "wake-up";
|
||||
interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning", "rx-warning",
|
||||
"wake-up";
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 4>;
|
||||
clk-source = <1>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "silabs,efm32wg990f256", "silabs,efm32wg", "silabs,efm32", "simple-bus";
|
||||
compatible = "silabs,efm32wg990f256", "silabs,efm32wg", "silabs,efm32",
|
||||
"simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "silabs,efm32pg1b200f256gm48", "silabs,efm32pg1b", "silabs,efm32", "simple-bus";
|
||||
compatible = "silabs,efm32pg1b200f256gm48", "silabs,efm32pg1b", "silabs,efm32",
|
||||
"simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "silabs,efr32fg1p133f256gm48", "silabs,efr32fg1p", "silabs,efr32", "simple-bus";
|
||||
compatible = "silabs,efr32fg1p133f256gm48", "silabs,efr32fg1p", "silabs,efr32",
|
||||
"simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "silabs,efm32jg12b500f1024gl125", "silabs,efm32jg12b", "silabs,efm32", "simple-bus";
|
||||
compatible = "silabs,efm32jg12b500f1024gl125", "silabs,efm32jg12b", "silabs,efm32",
|
||||
"simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "silabs,efm32pg12b500f1024gl125", "silabs,efm32pg12b", "silabs,efm32", "simple-bus";
|
||||
compatible = "silabs,efm32pg12b500f1024gl125", "silabs,efm32pg12b", "silabs,efm32",
|
||||
"simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
3
dts/vendor/nordic/nrf54l_05_10_15.dtsi
vendored
3
dts/vendor/nordic/nrf54l_05_10_15.dtsi
vendored
@@ -82,7 +82,6 @@
|
||||
#ifdef USE_NON_SECURE_ADDRESS_MAP
|
||||
/* intentionally empty because UICR is hardware fixed to Secure */
|
||||
#else
|
||||
|
||||
uicr: uicr@ffd000 {
|
||||
compatible = "nordic,nrf-uicr";
|
||||
reg = <0xffd000 0x1000>;
|
||||
@@ -108,7 +107,6 @@
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x40000000 0x10000000>;
|
||||
#else
|
||||
|
||||
global_peripherals: peripheral@50000000 {
|
||||
reg = <0x50000000 0x10000000>;
|
||||
#address-cells = <1>;
|
||||
@@ -674,7 +672,6 @@
|
||||
#ifdef USE_NON_SECURE_ADDRESS_MAP
|
||||
/* intentionally empty because WDT30 is hardware fixed to Secure */
|
||||
#else
|
||||
|
||||
wdt30: watchdog@108000 {
|
||||
compatible = "nordic,nrf-wdt";
|
||||
reg = <0x108000 0x620>;
|
||||
|
||||
3
dts/vendor/nordic/nrf54lm20a.dtsi
vendored
3
dts/vendor/nordic/nrf54lm20a.dtsi
vendored
@@ -99,7 +99,6 @@
|
||||
#ifdef USE_NON_SECURE_ADDRESS_MAP
|
||||
/* intentionally empty because UICR is hardware fixed to Secure */
|
||||
#else
|
||||
|
||||
uicr: uicr@ffd000 {
|
||||
compatible = "nordic,nrf-uicr";
|
||||
reg = <0xffd000 0x1000>;
|
||||
@@ -129,7 +128,6 @@
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x40000000 0x10000000>;
|
||||
#else
|
||||
|
||||
global_peripherals: peripheral@50000000 {
|
||||
reg = <0x50000000 0x10000000>;
|
||||
ranges = <0x0 0x50000000 0x10000000>;
|
||||
@@ -765,7 +763,6 @@
|
||||
#ifdef USE_NON_SECURE_ADDRESS_MAP
|
||||
/* intentionally empty because WDT30 is hardware fixed to Secure */
|
||||
#else
|
||||
|
||||
wdt30: watchdog@108000 {
|
||||
compatible = "nordic,nrf-wdt";
|
||||
reg = <0x108000 0x620>;
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
zephyr,oversampling = <0>;
|
||||
zephyr,input-positive = <SMARTBOND_GPADC_P1_19>;
|
||||
};
|
||||
|
||||
pinctrl-0 = <&adc_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
@@ -114,6 +115,7 @@
|
||||
zephyr,oversampling = <7>;
|
||||
zephyr,input-positive = <SMARTBOND_SDADC_VBAT>;
|
||||
};
|
||||
|
||||
pinctrl-0 = <&sdadc_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
@@ -31,5 +31,6 @@
|
||||
zephyr,resolution = <12>;
|
||||
zephyr,input-positive = <10>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -21,5 +21,6 @@
|
||||
zephyr,reference = "ADC_REF_INTERNAL";
|
||||
zephyr,resolution = <12>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
lvgl_keypad_input {
|
||||
compatible = "zephyr,lvgl-keypad-input";
|
||||
input = <&joystick>;
|
||||
input-codes = <INPUT_KEY_ENTER INPUT_KEY_DOWN INPUT_KEY_UP INPUT_KEY_LEFT INPUT_KEY_RIGHT>;
|
||||
input-codes = <INPUT_KEY_ENTER INPUT_KEY_DOWN INPUT_KEY_UP INPUT_KEY_LEFT
|
||||
INPUT_KEY_RIGHT>;
|
||||
lvgl-codes = <LV_KEY_ENTER LV_KEY_DOWN LV_KEY_UP LV_KEY_LEFT LV_KEY_RIGHT>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <20000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <24000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <25000000>;
|
||||
spi-clock-mode-cpol;
|
||||
spi-clock-mode-cpha;
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
disk {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
disk {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
modbus0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
modbus0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
base_accel_gyro: base-accel-gyro {
|
||||
compatible = "zephyr,sensing-phy-3d-sensor";
|
||||
status = "okay";
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D
|
||||
SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
friendly-name = "Base Accel Gyro Sensor";
|
||||
minimal-interval = <625>;
|
||||
underlying-device = <&bmi160_i2c>;
|
||||
@@ -38,7 +39,8 @@
|
||||
lid_accel_gyro: lid-accel-gyro {
|
||||
compatible = "zephyr,sensing-phy-3d-sensor";
|
||||
status = "okay";
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D
|
||||
SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
friendly-name = "Lid Accel Gyro Sensor";
|
||||
minimal-interval = <625>;
|
||||
underlying-device = <&bmi160_spi>;
|
||||
|
||||
@@ -73,7 +73,8 @@
|
||||
vbus = <&vbus1>;
|
||||
power-role = "source";
|
||||
typec-power-opmode = "3.0A";
|
||||
source-pdos = <PDO_FIXED(5000, 100, 0) PDO_FIXED(9000, 100, 0) PDO_FIXED(15000, 100, 0)>;
|
||||
source-pdos = <PDO_FIXED(5000, 100, 0) PDO_FIXED(9000, 100, 0)
|
||||
PDO_FIXED(15000, 100, 0)>;
|
||||
};
|
||||
/* usbc.rst usbc-port end */
|
||||
};
|
||||
|
||||
@@ -41,5 +41,6 @@
|
||||
zephyr,resolution = <12>;
|
||||
zephyr,input-positive = <7>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -40,5 +40,6 @@
|
||||
zephyr,resolution = <12>;
|
||||
zephyr,input-positive = <7>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
gpios = <&test_gpio 0 0>;
|
||||
zephyr,code = <0>;
|
||||
};
|
||||
|
||||
polling-mode;
|
||||
};
|
||||
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
disk {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
disk {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
pwm_channel1: pwm_channel1 {
|
||||
pwms = <&pwm 0 1000000>;
|
||||
};
|
||||
|
||||
silabs,pwm-polarity = <PWM_POLARITY_NORMAL>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
pwm_channel1: pwm_channel1 {
|
||||
pwms = <&pwm 0 1000000>;
|
||||
};
|
||||
|
||||
silabs,pwm-polarity = <PWM_POLARITY_NORMAL>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <10000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
sck-pcs-delay = <10>;
|
||||
pcs-sck-delay = <10>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
transfer-delay = <100>;
|
||||
pcs-sck-delay = <100>;
|
||||
sck-pcs-delay = <100>;
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <DT_FREQ_M(8)>;
|
||||
};
|
||||
|
||||
cs-gpios = <&gpio7 0 0>;
|
||||
};
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <DT_FREQ_M(16)>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi2_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <DT_FREQ_M(16)>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi2_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi2_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -72,7 +72,8 @@
|
||||
phs = <&test_i2c &test_spi>;
|
||||
phs-or = <&test_enum_default_0 &test_enum_default_1>;
|
||||
gpios = <&test_gpio_1 10 20>, <&test_gpio_2 30 40>;
|
||||
pha-gpios = <&test_gpio_1 50 60>, <0>, <&test_gpio_3 70>, <&test_gpio_2 80 90>;
|
||||
pha-gpios = <&test_gpio_1 50 60>, <0>, <&test_gpio_3 70>,
|
||||
<&test_gpio_2 80 90>;
|
||||
foos = <&test_gpio_1 100>, <&test_gpio_2 110>;
|
||||
foo-names = "A", "b-c";
|
||||
pwms = <&test_pwm1 8 200 3>, <&test_pwm2 5 100 1>;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <20000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi-max-frequency = <20000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
modbus0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
disk {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
base_accel_gyro: base-accel-gyro {
|
||||
compatible = "zephyr,sensing-phy-3d-sensor";
|
||||
status = "okay";
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D
|
||||
SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
friendly-name = "Base Accel Gyro Sensor";
|
||||
minimal-interval = <625>;
|
||||
underlying-device = <&bmi160_i2c>;
|
||||
@@ -38,7 +39,8 @@
|
||||
lid_accel_gyro: lid-accel-gyro {
|
||||
compatible = "zephyr,sensing-phy-3d-sensor";
|
||||
status = "okay";
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D
|
||||
SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D>;
|
||||
friendly-name = "Lid Accel Gyro Sensor";
|
||||
minimal-interval = <625>;
|
||||
underlying-device = <&bmi160_spi>;
|
||||
|
||||
Reference in New Issue
Block a user