diff --git a/dts/bindings/w1/maxim,ds2484.yaml b/dts/bindings/w1/maxim,ds2484.yaml index 6c53655d4fb..583738daf04 100644 --- a/dts/bindings/w1/maxim,ds2484.yaml +++ b/dts/bindings/w1/maxim,ds2484.yaml @@ -8,12 +8,6 @@ compatible: "maxim,ds2484" include: [i2c-device.yaml, w1-master.yaml] properties: - active-pullup: - type: boolean - description: | - Controls whether an active pullup or a passive pullup is used to drive a - 1-Wire line from low to high. - slpz-gpios: type: phandle-array required: false diff --git a/dts/bindings/w1/w1-master.yaml b/dts/bindings/w1/w1-master.yaml index 375fdd418e8..4c593effd7c 100644 --- a/dts/bindings/w1/w1-master.yaml +++ b/dts/bindings/w1/w1-master.yaml @@ -6,3 +6,9 @@ include: base.yaml bus: w1 + +properties: + active-pullup: + type: boolean + description: | + Enable the active pullup for the 1-Wire bus.