Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions blobs/pine64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,17 @@
allwinner,drive = <0x00000002>;
allwinner,data = <0xffffffff>;
};
w1_pin@0 {
linux,phandle = <0xba>;
phandle = <0xba>;
allwinner,pins = "PC8";
allwinner,function = "gpio_in";
allwinner,pname = "w1";
allwinner,muxsel = <0x0>;
allwinner,pull = <0x1>;
allwinner,drive = <0x0>;
allwinner,data = <0xffffffff>;
};
};
pinctrl@0 {
compatible = "allwinner,axp-pinctrl";
Expand Down Expand Up @@ -2195,6 +2206,13 @@
device_type = "Vdevice";
pinctrl-0 = <0x000000b9>;
};
onewire_device@0 {
compatible = "w1-gpio";
gpios = <0x30 0x2 0x8 0x0 0x0 0x0 0x0>;
pinctrl-names = "default";
pinctrl-0 = <0xba>;
status = "disabled";
};
ce@1c15000 {
compatible = "allwinner,sunxi-ce";
reg = <0x00000000 0x01c15000 0x00000000 0x00000080 0x00000000 0x01c15800 0x00000000 0x00000080>;
Expand Down