Skip to content

Commit 474d068

Browse files
committed
tests: lib: devicetree: api: Format app.overlay
Fix dts formatting issues with dts-linter. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 91b1b84 commit 474d068

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/lib/devicetree/api/app.overlay

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@
3838

3939
test_pinctrl: pin-controller {
4040
compatible = "vnd,pinctrl";
41+
4142
test_pincfg_a: pincfg-a {};
43+
4244
test_pincfg_b: pincfg-b {};
45+
4346
test_pincfg_c: pincfg-c {};
47+
4448
test_pincfg_d: pincfg-d {};
4549
};
4650

@@ -252,20 +256,24 @@
252256
test_i2c_mux: i2c-mux@12 {
253257
compatible = "vnd,i2c-mux";
254258
reg = <0x12>;
259+
255260
i2c-mux-ctlr-1 {
256261
compatible = "vnd,i2c-mux-controller";
257262
#address-cells = <1>;
258263
#size-cells = <0>;
264+
259265
test_muxed_i2c_dev_1: muxed-i2c-dev@10 {
260266
compatible = "vnd,i2c-device";
261267
status = "disabled";
262268
reg = <0x10>;
263269
};
264270
};
271+
265272
i2c-mux-ctlr-2 {
266273
compatible = "vnd,i2c-mux-controller";
267274
#address-cells = <1>;
268275
#size-cells = <0>;
276+
269277
test_muxed_i2c_dev_2: muxed-i2c-dev@10 {
270278
compatible = "vnd,i2c-device";
271279
status = "disabled";
@@ -655,10 +663,12 @@
655663
val = <0>;
656664
status = "okay";
657665
};
666+
658667
test_child_b: child-b {
659668
val = <1>;
660669
status = "okay";
661670
};
671+
662672
test_child_c: child-c {
663673
val = <2>;
664674
status = "disabled";
@@ -852,6 +862,7 @@
852862
flash@20000000 {
853863
compatible = "soc-nv-flash";
854864
reg = <0x20000000 0x100>;
865+
855866
partitions {
856867
compatible = "fixed-partitions";
857868
#address-cells = <1>;

0 commit comments

Comments
 (0)