annotate runtime/indent/testdir/dts.ok @ 32449:2a17771529af

Update runtime files Commit: https://github.com/vim/vim/commit/b7398fe41c9e1e731d058105a34158871ee83e3f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 14 18:50:25 2023 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 May 2023 20:00:05 +0200
parents
children 448aef880252
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32449
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 /* vim: set ft=dts noet sw=8 : */
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 /* START_INDENT */
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 /dts-v1/;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 #include <dt-bindings/pinctrl/pinctrl-imx6q.h>
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 #include "imx6qdl.dtsi"
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 #include "imx6qdl-someboard.dtsi"
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 /delete-node/ &{/memory@10000000};
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 / {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 compatible = "some,board";
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 /delete-node/ memory;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 chosen {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 environment = &{usdhc4/partitions/partition@0};
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 }
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 &iomuxc {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 pinctrl-names = "default";
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 pinctrl-0 = <&pinctrl_hog>;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 pinctrl_gpiohog: gpiohoggrp {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 fsl,pins = <
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 MX6QDL_PAD_GPIO_9__GPIO1_IO09 0x130b0
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x130b0
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 >;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 }
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 &usdhc4 {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 partitions {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 compatible = "fixed-partitions";
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36 partition@0 {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 label = "environment";
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 reg = <0x0 0xe0000>;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 &{/aliases} {
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 usb0 = &usb;
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 };
2a17771529af Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 /* END_INDENT */